Skip to content

Commit

Permalink
Update number of technologies in tests.model to 390
Browse files Browse the repository at this point in the history
  • Loading branch information
measrainsey committed Aug 1, 2024
1 parent 3b3797b commit 1f166a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion message_ix_models/tests/model/test_bare.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
level=6,
node=14 + 1, # R14 is default, and 'World' exists automatically
relation=20,
technology=381,
technology=390,
year=28, # YB is default: 1950, ..., 2020, 2025, ..., 2055, 2060, ..., 2110
)

Expand Down
2 changes: 1 addition & 1 deletion message_ix_models/tests/model/test_structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def test_technologies(self):
data = get_codes("technology")

# Check the length of the returned dataframe
assert len(data) == 381
assert len(data) == 390

# Get info on a certain technology
h2_fc_trp = data[data.index("h2_fc_trp")]
Expand Down

0 comments on commit 1f166a7

Please sign in to comment.