Skip to content

Commit

Permalink
pybamm-team#2954 reduce GITT benchmark to 10 cycles
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjrobins committed Jun 19, 2023
1 parent 13c9c91 commit 8c455d6
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 8c455d6

Please sign in to comment.