Skip to content

Commit

Permalink
undo wrong change
Browse files Browse the repository at this point in the history
  • Loading branch information
lrouhier committed Aug 13, 2020
1 parent e28665b commit f6fed96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/test_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def _cmpt_label(ds_loader):
}])
@pytest.mark.parametrize('train_lst', [['sub-unf01']])
@pytest.mark.parametrize('target_lst', [["_lesion-manual"]])
@pytest.mark.parametrize('roi_params', [{"suffix": "_seg-manual", "slice_filter_roi": 16}])
@pytest.mark.parametrize('roi_params', [{"suffix": "_seg-manual", "slice_filter_roi": 10}])
def test_sampler(transforms_dict, train_lst, target_lst, roi_params):
cuda_available, device = imed_utils.define_device(GPU_NUMBER)

Expand Down

0 comments on commit f6fed96

Please sign in to comment.