We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34116ca commit 95cff5aCopy full SHA for 95cff5a
tests/resources/get_thresholds.py
@@ -49,5 +49,4 @@
49
for line in file:
50
metric_list.append(float(line))
51
print(f"found {len(metric_files)} metric files")
52
- if metric == "diff_mean":
53
- print(model, metric, np.percentile(metric_list, 99.0))
+ print(model, metric, np.percentile(metric_list, 99.0))
0 commit comments