Hi, I updated my roadrunner to the newest version with 3.12 py, and I can only run one parameter set and got the results, and then meet the error. However, I can run many parameter sets with the previous roadrunner.
How can I fix that?
The error starts at
def autofunction(r):
auto = Plugin("tel_auto2000")
auto.setProperty("SBML", r.getCurrentSBML())
auto.setProperty("ScanDirection", 'Positive')
auto.setProperty("PrincipalContinuationParameter", "K_Y") #So the K_Y becomes PAR in the dataset
auto.setProperty("PreSimulation", "True")
auto.setProperty("PreSimulationDuration", 30)
auto.setProperty("RL0", 0.001)
auto.setProperty("RL1", 10)
auto.setProperty("NMX", 8000) #8000
auto.setProperty("NPR", 3)
auto.setProperty("KeepTempFiles", True)
auto.setProperty("DS", 0.001) #0.001
auto.setProperty("DSMIN", 0.001)
auto.setProperty("DSMAX", 0.01) #0.01
pts1 = auto.BifurcationPoints
if 1:
lbl1 = auto.BifurcationLabels
biData1 = auto.BifurcationData
Hi, I updated my roadrunner to the newest version with 3.12 py, and I can only run one parameter set and got the results, and then meet the error. However, I can run many parameter sets with the previous roadrunner.
How can I fix that?
The error starts at