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
When converting model results to the IAMC format, the openENTRANCE iso_mapping did not convert ISO codes into full country names. Example: "GR" did not translate into "Greece" but rather it gave an error
File "/Users/emirfejzic/opt/miniconda3/envs/IAMC/lib/python3.10/site-packages/pandas/core/indexes/multi.py", line 418, in _verify_integrity
raise ValueError(
ValueError: Level values must be unique: [nan, nan, nan, nan, nan,....] on level 2
Installing Python 3.9 in another environment solved this issue.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this issue, @EmiFej - not that Python 3.10 is not (yet) listed as a supported Python version in the Readme. Will investigate and get back to you...
When converting model results to the IAMC format, the openENTRANCE iso_mapping did not convert ISO codes into full country names. Example: "GR" did not translate into "Greece" but rather it gave an error
Installing Python 3.9 in another environment solved this issue.
The text was updated successfully, but these errors were encountered: