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
{{ message }}
This repository was archived by the owner on May 13, 2026. It is now read-only.
I wouldn't have simulate() return results at all, since that encourages users to separate the results from the originating simulation. I would encourage the use of...
>>>sim.simulate()
>>>sim.results.plot_something()
Or, if the result was a xarray.Dataset then one could do...
Comments from code review in #20: