Skip to content

Commit

Permalink
fixup! Update prediction scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Jun 27, 2023
1 parent da45334 commit 786ee06
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/acc/libsmm_acc/predict/prepare_training_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,9 +455,7 @@ def plot_baseline(baseline_perfs_by_algo, data_path, algorithms):
baseline_perfs[mnk] = baseline_perfs_by_algo[algo][mnk]
break
else:
assert (
False
), "NOOOO this is actually impossible by def of all_mnks, isn't it?"
raise AssertionError("NOOOO this is actually impossible by def of all_mnks, isn't it?")

# Sort
mnks = list()
Expand Down

0 comments on commit 786ee06

Please sign in to comment.