Skip to content

Commit

Permalink
Merge pull request #3031 from pybamm-team/i2954-benchmark-intermitant…
Browse files Browse the repository at this point in the history
…-failure

#2954 turn off benchmark: ORegan2022 DFN solver with the casadi model
  • Loading branch information
martinjrobins authored Jul 6, 2023
2 parents fffe650 + 8c455d6 commit 6b642a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion benchmarks/time_sims_experiments.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class TimeSimulation:
"Hold at 4.1 V until 10 mA",
"Rest for 1 hour",
],
"GITT": [("Discharge at C/20 for 1 hour", "Rest for 1 hour")] * 20,
"GITT": [("Discharge at C/20 for 1 hour", "Rest for 1 hour")] * 10,
}

def setup(self, experiment, parameters, model_class, solver_class):
Expand Down
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 6b642a6

Please sign in to comment.