Skip to content

Commit

Permalink
Update the length of the reporting graph
Browse files Browse the repository at this point in the history
  • Loading branch information
behnam-zakeri committed Apr 11, 2024
1 parent efd35f7 commit 34b86bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message_ix/tests/test_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def test_reporter_from_scenario(message_test_mp):

# message_ix.Reporter pre-populated with additional, derived quantities
# This is the same value as in test_tutorials.py
assert 13724 == len(rep.graph)
assert 13739 == len(rep.graph)

# Derived quantities have expected dimensions
vom_key = rep.full_key("vom")
Expand Down

0 comments on commit 34b86bb

Please sign in to comment.