Open LutzKl opened 2 weeks ago
Try adding "record_state":true
to your options in config.json
. See documentation here: https://mesas.readthedocs.io/en/latest/options.html
The record_state
option was added recently. It stops the code from retaining large arrays containing the solution at intermediate timesteps. This saves on memory demands. Perhaps I should have made the default value True
, but I think for now the best long-term fix is to put a check in vis
so it complains if record_state=False
and provides some useful feedback. I'll close this issue when that's done.
That solved the issue. Thank you!
Hi Ciaran,
I am having some issues with the visualization of the transport column as described in the Hydrolearn course in 2.2 "Visualizing results with the transport column".
I am running the following script:
This results in the error:
Do you have a fix for this? I tried running it in the juypterhub but got the same error. It will give me a plot of sorts if i = 0 but then it doesn't have any informational content.
Thank you!