From b225f7928c66a782f3bfae5f68273226d2028a2e Mon Sep 17 00:00:00 2001 From: Coos Baakman Date: Tue, 5 Dec 2023 11:50:19 +0100 Subject: [PATCH] this mock path wasn't right --- test/test_generate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_generate.py b/test/test_generate.py index 6e4a273..9e07761 100644 --- a/test/test_generate.py +++ b/test/test_generate.py @@ -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"