Explorar el Código

Updating default startPoint object

NIX Worker hace 2 años
padre
commit
f353ddbcdd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pythonScripts/runSolver.py

+ 1 - 1
pythonScripts/runSolver.py

@@ -376,7 +376,7 @@ def startPointObject(data):
 
 def getStartPoint(setup):
    if setup['startFromRef']=='None':
-      return {'t':0,'sol':numpy.array([]),'sOut':numpy.array([]),'lut':[],'lutSE':[]}
+      return {'t0':0,'y0':numpy.array([]),'s0':numpy.array([]),'lut':[],'lutSE':[]}
    data=loadSolutionFromRef(setup)
    return startPointObject(data)