We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
message_data has a utility method iter_parameters("node") that returns the names of all ixmp parameters indexed by (for example) the set "node".
iter_parameters("node")
ixmp.Scenario.par_list()
indexed_by=
Scenario.set_list()
Scenario.list_items()
The text was updated successfully, but these errors were encountered:
The utility method iter_parameters() got moved upstream from message_data to message-ix-models by commit iiasa/message-ix-models@4d35702.
iter_parameters()
Sorry, something went wrong.
khaeru
Successfully merging a pull request may close this issue.
message_data has a utility method
iter_parameters("node")
that returns the names of all ixmp parameters indexed by (for example) the set "node".ixmp.Scenario.par_list()
an optional argumentindexed_by=
that provides this feature.Scenario.set_list()
etc. in the same way.Scenario.list_items()
that returns items of type set, par, equ, and/or var according to an argument.The text was updated successfully, but these errors were encountered: