Fatal error when adding policies as an int #271
-
Hello, Currently I am coupling a Vensim model to the EMA workbench to do some analyses for my master thesis. I am running into an error and was wondering if this is the right place to ask what might be going wrong. After having defined uncertainties and outcomes and running the "evaluator.perform_experiments(1000, policies=5)" I get the following error (see attached picture). EMAError: some fatal error has occurred while running the experiments, not all runs have completed. expected 5000, got 0 I tried diving into the code snippet where the error gets thrown but couldn't figure out what I am doing wrong here. What could the problem be? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Impossible to answer based on the code shown. The error is a catchall for fatal errors. I need to see the complete code to judge this. Also, have you checked https://emaworkbench.readthedocs.io/en/latest/best_practices.html and made sure to apply this? |
Beta Was this translation helpful? Give feedback.
A few remarks