-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Westeros Baseline Example Reporting Module Error #787
Comments
I am using MESSAGE as part of a course and originally downloaded using conda and the version was older. I updated through pip to version 3.7 and the error persists.
VersionsOutput of message-ix show-versions
|
Hi @brendandanaher, thanks for reaching out! This typo is somewhat intentional, I would say. Please note that we have recently released version 3.8.0 of message_ix, which changed the syntax of calling the reporting-related module (as you can see in our docs). So at version 3.4.0 and 3.7.0, the syntax needs to be the way you describe it ( Please try updating the message_ix module to the latest version or try running the old version of the tutorials! They are identical on the content side, but some syntax has changed. |
Code sample or context
When plotting results in westeros_baseline.ipynb there is a typo calling the reporting module. The error can be seen below.
There needs to be a change to the where the module is called so that it calls "from message_ix.reporting import Reporter". This will allow the program to work.
Expected result
The program should prepare the plots that get called later on.
Problem description
Due to the typo, the following error is raised:
Versions
Output of message-ix show-versions
The text was updated successfully, but these errors were encountered: