We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 447a32d commit 54bd449Copy full SHA for 54bd449
1 file changed
test/generate-inputs/test_generate_inputs.py
@@ -49,6 +49,6 @@ def test_prepare_inputs_networks(self):
49
exp_file_name = algo_exp_file[algo]
50
assert filecmp.cmp(OUTDIR + f"{algo}-{exp_file_name}.txt", EXPDIR + f"{algo}-{exp_file_name}-expected.txt",
51
shallow=False)
52
-
+
53
for file in filename_map.values():
54
assert Path(file).exists()
0 commit comments