Closed jshorish closed 10 months ago
Within model/configs/events.py, the variable for time gives the time that it happens for a given string identified event
@jshorish Also let me know to what extent you might want/need convenience functions to grab stuff like this automatically. A lot of these are on the later roadmap but if it makes your workflow faster I can prioritize!
Thx @SeanMcOwen, probably no need for helper functions now given other priorities, apart from possibly extracting event data--but I can likely grab this from the dataframe in any event.
I have a simple pull function here: https://github.com/BlockScience/PocketSimulationModel/blob/934bdadaf6a5d82a69e3b219e6d7323c11c1f189/model/config/events.py#L127
Does that work for closing out this issue @jshorish ?
@SeanMcOwen Looks great, thanks!
The load balancing threshold inequality states
Thus, the timestep of the service/servicer interruption must be known, to pull from the cadCAD results DataFrame
df
the average load balancing statistic (KPI-C) immediately prior to interruption. Is this timestep recorded anywhere withindf
, or will this need to be 'expert knowledge' added manually?