BlockScience / rideshare-model

0 stars 0 forks source link

Fill in post processing function (in simulation folder) #46

Open SeanMcOwen opened 3 days ago

SeanMcOwen commented 3 days ago

I can give an example here. In the past one way I did it was just saving a simulation log with a dictionary of the important variables during sim and then just straight converting it to pandas.

But one can also do anything taking from the state and parameters at the end of the simulation. So saving individual variable histories with loggers and then concatenating them works too

SeanMcOwen commented 3 days ago

There is already a dummy function that returns nothing defined that just needs logic filled in but is wired up