hpvsim.sim.AlreadyRunError#

exception AlreadyRunError[source]#

This error is raised if a simulation is run in such a way that no timesteps will be taken. This error is a distinct type so that it can be safely caught and ignored if required, but it is anticipated that most of the time, calling Sim.run() and not taking any timesteps, would be an inadvertent error.