Skip to content

Commit

Permalink
#2954 turn off benchmark: ORegan2022 DFN solver with the casadi model
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjrobins committed Jun 12, 2023
1 parent 08b9d5e commit 13c9c91
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions benchmarks/time_solve_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,7 @@ class TimeSolveDFN:
)

def setup(self, solve_first, parameters, solver_class):
if (solve_first, parameters, solver_class) == (
True,
if (parameters, solver_class) == (
"ORegan2022",
pybamm.CasadiSolver,
):
Expand Down

0 comments on commit 13c9c91

Please sign in to comment.