Skip to content

Commit

Permalink
test(training): fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
okunator committed Jan 4, 2023
1 parent d8ddad4 commit c90ac9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cellseg_models_pytorch/training/tests/test_training.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from cellseg_models_pytorch.training.lit import SegmentationExperiment


def test_training(img_patch_dir, mask_patch_dir, auto_lr):
def test_training(img_patch_dir, mask_patch_dir):
train_ds = SegmentationFolderDataset(
path=img_patch_dir.as_posix(),
mask_path=mask_patch_dir.as_posix(),
Expand Down

0 comments on commit c90ac9c

Please sign in to comment.