Skip to content

How to use ixmp.utils.diff()? #636

Discussion options

You must be logged in to vote

Sorry for the brevity of the docs here. An example would indeed help.

So you should do something like:

# Iterate over parameter names and data
for name, data in diff(base, scen):
    print(name)
    print(data)
    # Any other operations on `name` or `data`, according to your needs

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cheolhung
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants