Skip to content

Commit

Permalink
another try. this refs #294
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanBilheux committed Mar 2, 2024
1 parent 938cdbc commit 1473926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/backend/dataio/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def test_load_data(
with pytest.raises(ValueError):
load_data(ct_files=1, ob_files=[], dc_files=[])
load_data(ct_dir=1, ob_files=[])
load_data(ct_files=1, ob_dir="/tmp")
load_data(ct_files=[], ob_dir="/tmp")
load_data(ct_files=[], ob_files=[], dc_files=[], ct_fnmatch=1)
load_data(ct_files=[], ob_files=[], dc_files=[], ob_fnmatch=1)
load_data(ct_files=[], ob_files=[], dc_files=[], dc_fnmatch=1)
Expand Down

0 comments on commit 1473926

Please sign in to comment.