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
@jdebacker. I just recreated the conda environment ogusa-dev that included the new version of OG-Core (v0.11.13). I ran the run_og_usa.py file and got the following error. I got the same error in OG-ZAF (see this issue).
(ogusa-dev) richardevans@Richards-MacBook-Pro-2 examples % python run_og_usa.py
Number of workers = 7
Traceback (most recent call last):
File "/Users/richardevans/Docs/Economics/OSE/OG-USA/examples/run_og_usa.py", line 194, in <module>
main()
File "/Users/richardevans/Docs/Economics/OSE/OG-USA/examples/run_og_usa.py", line 47, in main
p.update_specifications(
File "/opt/anaconda3/envs/ogusa-dev/lib/python3.11/site-packages/ogcore/parameters.py", line 440, in update_specifications
self.adjust(revision, raise_errors=raise_errors)
File "/opt/anaconda3/envs/ogusa-dev/lib/python3.11/site-packages/paramtools/parameters.py", line 257, in adjust
return self._adjust(
^^^^^^^^^^^^^
File "/opt/anaconda3/envs/ogusa-dev/lib/python3.11/site-packages/paramtools/parameters.py", line 375, in _adjust
raise self.validation_error
paramtools.exceptions.ValidationError: {
"errors": {
"schema": [
"Unknown field: AIME_num_years"
]
}
}
The text was updated successfully, but these errors were encountered:
@jdebacker. I just recreated the conda environment
ogusa-dev
that included the new version of OG-Core (v0.11.13). I ran therun_og_usa.py
file and got the following error. I got the same error in OG-ZAF (see this issue).The text was updated successfully, but these errors were encountered: