Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
this mock path wasn't right
Browse files Browse the repository at this point in the history
  • Loading branch information
Coos Baakman committed Dec 5, 2023
1 parent 207d2fb commit b225f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def test_skip_error():
shutil.rmtree(tmp_dir)


@patch("deeprank.generate.GridTools.map_features")
@patch("deeprank.generate.GridTools.GridTools.map_features")
def test_skip_nan(mock_map_features):
"NaN features should not be added to the preprocessing"

Expand Down

0 comments on commit b225f79

Please sign in to comment.