You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running long experiments, it can be hard to debug if the simulation fails a long way in.
If the simulation fails, automatically generate a debugging file with all the information necessary to recreate the failing simulation in just one cycle:
model including options
experiment
parameter values
discretization
solver
starting solution
Could be saved to pybamm.settings.debug_filename which defaults to debug.txt (and add debug.txt to the gitignore)
The text was updated successfully, but these errors were encountered:
When running long experiments, it can be hard to debug if the simulation fails a long way in.
If the simulation fails, automatically generate a debugging file with all the information necessary to recreate the failing simulation in just one cycle:
Could be saved to
pybamm.settings.debug_filename
which defaults todebug.txt
(and adddebug.txt
to the gitignore)The text was updated successfully, but these errors were encountered: