Skip to content
Snippets Groups Projects
Commit 272379bb authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[script.significance] Fix typo

parent 94ccafef
No related branches found
No related tags found
No related merge requests found
Pipeline #41224 failed
...@@ -137,7 +137,7 @@ def _eval_patches( ...@@ -137,7 +137,7 @@ def _eval_patches(
f"'{system_name}' using {steps} steps" f"'{system_name}' using {steps} steps"
) )
threshold = run_evaluation( threshold = run_evaluation(
dataset[threshold], threshold, predictions[0], steps=steps dataset[threshold], threshold, preddir, steps=steps
) )
logger.info(f"Set --threshold={threshold:.5f} for '{system_name}'") logger.info(f"Set --threshold={threshold:.5f} for '{system_name}'")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment