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
Construct.h get_output_timeperiods() returns a vector with just the 0 timestep (at least for the friedkin model).
To be able to output networks for each timestep, should_process() could use a min / max timestep, which defaults to all timesteps but can be customized to the desired range.
Parameters could be passed at model initialization when Output class is instantiated.
The text was updated successfully, but these errors were encountered:
Construct.h get_output_timeperiods() returns a vector with just the 0 timestep (at least for the friedkin model).
To be able to output networks for each timestep, should_process() could use a min / max timestep, which defaults to all timesteps but can be customized to the desired range.
Parameters could be passed at model initialization when Output class is instantiated.
The text was updated successfully, but these errors were encountered: