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
I think that d.time inside run_timestep should return things that one can use to index into variables and parameters directly. Right now it seems to return Ints instead, which we should actively discourage for indexing use.
Ideally things like first(d.time) and last(d.time) would just work. And then we should try to get something like first(d.time):last(d.time) to work to get a range that includes every timestep.