Skip to content

Commit

Permalink
update int to int64
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorb1 committed Oct 21, 2023
1 parent 2890770 commit 9b21c53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_read_strategies.py
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ def test_index_dtypes_available(self, user_config):
assert actual == {
"REGION": "str",
"FUEL": "str",
"YEAR": "int",
"YEAR": "int64",
"VALUE": "float",
}

Expand Down Expand Up @@ -834,7 +834,7 @@ def test_read_config(self, user_config):
"FUEL": "str",
"REGION": "str",
"VALUE": "float",
"YEAR": "int",
"YEAR": "int64",
},
}
assert actual["AccumulatedAnnualDemand"] == expected
Expand Down

0 comments on commit 9b21c53

Please sign in to comment.