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
I am trying to run through the StochPy usage Demo from the README.txt file I have downloaded from sourceforge. I am running the commands in a jupyter notebook running python 3.7.3 and I get some errors in the plotting functions
smod.PlotWaitingtimesDistributions()
smod.PlotPropensitiesTimeSeries()
The errors come in different places but they are of the type
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
I am surprised that this has not come up before. Thanks for suggestions of solutions.
Mihaela
The text was updated successfully, but these errors were encountered:
Hi
I am trying to run through the StochPy usage Demo from the README.txt file I have downloaded from sourceforge. I am running the commands in a jupyter notebook running python 3.7.3 and I get some errors in the plotting functions
smod.PlotWaitingtimesDistributions()
smod.PlotPropensitiesTimeSeries()
The errors come in different places but they are of the type
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
I am surprised that this has not come up before. Thanks for suggestions of solutions.
Mihaela
The text was updated successfully, but these errors were encountered: