![]() |
MoDeNa
1.0
Software framework facilitating sequential multi-scale modelling
|
Pushes all "points" to the next firework. More...
Inheritance diagram for python.Strategy.InitialDataPoints:Public Member Functions | |
| def | run_task (self, fw_spec) |
Pushes all "points" to the next firework.
updateFitDataFromFwSpec in SurrogateModel.py This class returns: {key: array} this results in the following representation in fw_spec: {key: [array]} How to fix this? The temporary solution checks the class in updateFitData... however this is neither beautiful or fool proof. Definition at line 845 of file Strategy.py.