Skip to content

Commit 62c50a9

Browse files
Update test_ivim_synthetic.py
1 parent da7e8c9 commit 62c50a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/IVIMmodels/unit_tests/test_ivim_synthetic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#run using pytest <path_to_this_file> --saveFileName test_output.txt --SNR 50 100 200
1515
#e.g. pytest -m slow tests/IVIMmodels/unit_tests/test_ivim_synthetic.py --saveFileName test_output.csv --SNR 10 50 100 200 --fitCount 20
1616
@pytest.mark.slow
17-
def test_generated(algorithmlist, skip_list, ivim_data, SNR, rtol, atol, fit_count, rician_noise, save_file, save_duration_file, use_prior):
17+
def test_generated(algorithmlist, ivim_data, SNR, rtol, atol, fit_count, rician_noise, save_file, save_duration_file, use_prior):
1818
# assert save_file == "test"
1919
ivim_algorithm, requires_matlab = algorithmlist
2020
if requires_matlab and eng is None:

0 commit comments

Comments
 (0)