Traceback (most recent call last):
File "/home/chos/tes/raven/raven_framework.py", line 25, in <module>
sys.exit(main(True))
File "/home/chos/tes/raven/ravenframework/Driver.py", line 207, in main
raven()
File "/home/chos/tes/raven/ravenframework/Driver.py", line 160, in raven
simulation.run()
File "/home/chos/tes/raven/ravenframework/Simulation.py", line 901, in run
self.executeStep(stepInputDict, stepInstance)
File "/home/chos/tes/raven/ravenframework/Simulation.py", line 834, in executeStep
stepInstance.takeAstep(stepInputDict)
File "/home/chos/tes/raven/ravenframework/Steps/Step.py", line 317, in takeAstep
self._localTakeAstepRun(inDictionary)
File "/home/chos/tes/raven/ravenframework/Steps/MultiRun.py", line 178, in _localTakeAstepRun
myLambda([finishedJob,outputs[outIndex]])
File "/home/chos/tes/raven/ravenframework/Steps/MultiRun.py", line 109, in <lambda>
self._outputCollectionLambda.append( (lambda x: inDictionary['Model'].collectOutput(x[0],x[1]), outIndex) )
File "/home/chos/tes/raven/ravenframework/Models/Code.py", line 773, in collectOutput
self._replaceVariablesNamesWithAliasSystem(evaluation, 'input',True)
File "/home/chos/tes/raven/ravenframework/Models/Model.py", line 305, in _replaceVariablesNamesWithAliasSystem
found = sampledVars.pop(whichVar,[notFound])
AttributeError: 'Error' object has no attribute 'pop'
but I didn't see the error from any of the runs, so I am not sure what is causing it. If you are using Raven Runs Raven, there will be some files out~inner in subdirectories that might have a better error.
Also, using changing your simulation node to include debug: <Simulation verbosity="debug"> will increase the amount of debugging information output.