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
Current behaviour of Graph.discrete_demographic_events() is to return the pulses list as is. This means the pulse order is maintained. This ordering is important when multiple pulses have the same time value, and we should document that the pulse order is maintained.
Compared to the other discrete events, the pulses list is not constructed on the fly, so we should also document that the Graph.pulses list is returned verbatim and shouldn't be modified. (Or maybe we should copy the list before returning it instead?)
The text was updated successfully, but these errors were encountered:
Current behaviour of Graph.discrete_demographic_events() is to return the pulses list as is. This means the pulse order is maintained. This ordering is important when multiple pulses have the same
time
value, and we should document that the pulse order is maintained.Compared to the other discrete events, the pulses list is not constructed on the fly, so we should also document that the
Graph.pulses
list is returned verbatim and shouldn't be modified. (Or maybe we should copy the list before returning it instead?)The text was updated successfully, but these errors were encountered: