Skip to content

Commit 34b86bb

Browse files
committed
Update the length of the reporting graph
1 parent efd35f7 commit 34b86bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: message_ix/tests/test_report.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def test_reporter_from_scenario(message_test_mp):
7474

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

7979
# Derived quantities have expected dimensions
8080
vom_key = rep.full_key("vom")

0 commit comments

Comments
 (0)