Skip to content

Commit

Permalink
Use new function.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Mar 3, 2023
1 parent 3b6f5a9 commit 271d9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/downward/01-evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
)

project.fetch_algorithm(exp, "2020-09-11-A-cg-vs-ff", "20.06:01-cg", new_algo="cg")
project.fetch_algorithm(exp, "2020-09-11-A-cg-vs-ff", "20.06:02-ff", new_algo="ff")
project.fetch_algorithms(exp, "2020-09-11-B-bounded-cost")

filters = [project.add_evaluations_per_time]

Expand Down

0 comments on commit 271d9db

Please sign in to comment.