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
model = create_multi_firing_event()
solver = gillespy2.TauHybridCSolver(model=model)
results1 = model.run(solver=gillespy2.TauHybridCSolver, number_of_trajectories=10)
results1.plot(title="Multi Firing Event Example w/o pre-instantiating the solver")
results2 = model.run(solver=solver, number_of_trajectories=10)
results2.plot(title="Multi Firing Event Example with pre-instantiating the solver")
Results
The text was updated successfully, but these errors were encountered:
This error only occurs when
number_of_trajectories > 1
.Model
Multi-Firing Event Model
Code to Reproduce
Results
The text was updated successfully, but these errors were encountered: