Issues with plotting functions
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
I get the same error running in both python 3.7 and 2.7
Thanks for reporting this, I think this is due to changes in the numpy API.