Skip to content

Commit

Permalink
Fix benchmark name data_knapsack_3nvo_cui2015
Browse files Browse the repository at this point in the history
  • Loading branch information
fontanf committed Dec 1, 2024
1 parent 0600c9a commit 5c4bcc6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/process_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -773,12 +773,12 @@ def highlight(s):
show_datafram(df)


elif benchmark == "rectangleguillotine_knapsack_3nvo_cui2012":
elif benchmark == "rectangleguillotine_knapsack_3nvo_cui2015":

datacsv_path = os.path.join(
"data",
"rectangle",
"data_knapsack_3nvo_cui2012.csv")
"data_knapsack_3nvo_cui2015.csv")

data_dir = os.path.dirname(os.path.realpath(datacsv_path))
with open(datacsv_path, newline='') as csvfile:
Expand Down
4 changes: 2 additions & 2 deletions scripts/run_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,12 +431,12 @@ def run_command(command):
run_command(command)


elif benchmark == "rectangleguillotine_knapsack_3nvo_cui2012":
elif benchmark == "rectangleguillotine_knapsack_3nvo_cui2015":

datacsv_path = os.path.join(
"data",
"rectangle",
"data_knapsack_3nvo_cui2012.csv")
"data_knapsack_3nvo_cui2015.csv")

data_dir = os.path.dirname(os.path.realpath(datacsv_path))
with open(datacsv_path, newline='') as csvfile:
Expand Down

0 comments on commit 5c4bcc6

Please sign in to comment.