You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a config with a long chunk of outcomes. Not sure what is going on under the hood here but I get an error when running the config from a python notebook using one_simulation() but do not get any error when running gempyor-simulate from CLI.
ValueError: ERROR with outcome incidH_age65to100_waned_v2: the specified source incidH_age65to100_waned is not a dictionnary (for seir outcome) nor an existing pre-identified outcomes.
But instead, running the following works with no errors
Label
gempyor
Priority Label
low priority
Describe the bug/issue
I have a config with a long chunk of outcomes. Not sure what is going on under the hood here but I get an error when running the config from a python notebook using
one_simulation()
but do not get any error when runninggempyor-simulate
from CLI.To Reproduce
Config is https://github.com/HopkinsIDD/RSV_USA/blob/main/config_rsvnet_2024_vaccination_emcee.yml
When running the following command in python
I get the following error
But instead, running the following works with no errors
Environment, if relevant
No response
The text was updated successfully, but these errors were encountered: