Skip to content

Commit

Permalink
Update tests/data/test_optimization_indexset.py
Browse files Browse the repository at this point in the history
Co-authored-by: Fridolin Glatter <[email protected]>
  • Loading branch information
meksor and glatterf42 authored Aug 13, 2024
1 parent 4d9aae7 commit d68620c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data/test_optimization_indexset.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def test_tabulate_indexsets(self, platform: ixmp4.Platform):
run_id=run.id, name=indexset_1.name
)
indexset_2 = platform.backend.optimization.indexsets.get(
run_id=run.id, name="Indexset 2"
run_id=run.id, name=indexset_2.name
)
expected = df_from_list(indexsets=[indexset_1, indexset_2])
pdt.assert_frame_equal(
Expand Down

0 comments on commit d68620c

Please sign in to comment.