Skip to content

Commit

Permalink
using the new function so that code coverage doesn't reduce
Browse files Browse the repository at this point in the history
  • Loading branch information
scap3yvt committed Feb 8, 2024
1 parent ffb705f commit 3b1dd4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testing/test_full.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
convert_to_tiff,
)
from GANDLF.config_manager import ConfigManager
from GANDLF.parseConfig import parseConfig
from GANDLF.training_manager import TrainingManager
from GANDLF.inference_manager import InferenceManager
from GANDLF.cli import (
Expand Down Expand Up @@ -237,7 +238,7 @@ def write_temp_config_path(parameters_to_write):
def test_train_segmentation_rad_2d(device):
print("03: Starting 2D Rad segmentation tests")
# read and parse csv
parameters = ConfigManager(
parameters = parseConfig(
testingDir + "/config_segmentation.yaml", version_check_flag=False
)
training_data, parameters["headers"] = parseTrainingCSV(
Expand Down

0 comments on commit 3b1dd4b

Please sign in to comment.