Skip to content

Commit c90ac9c

Browse files
committed
test(training): fix failing test
1 parent d8ddad4 commit c90ac9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cellseg_models_pytorch/training/tests/test_training.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from cellseg_models_pytorch.training.lit import SegmentationExperiment
1010

1111

12-
def test_training(img_patch_dir, mask_patch_dir, auto_lr):
12+
def test_training(img_patch_dir, mask_patch_dir):
1313
train_ds = SegmentationFolderDataset(
1414
path=img_patch_dir.as_posix(),
1515
mask_path=mask_patch_dir.as_posix(),

0 commit comments

Comments
 (0)