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 7636130 commit 4d9aae7
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 @@ -99,7 +99,7 @@ def test_tabulate_indexsets(self, platform: ixmp4.Platform):
)

indexset_1 = platform.backend.optimization.indexsets.get(
run_id=run.id, name="Indexset 1"
run_id=run.id, name=indexset_1.name
)
indexset_2 = platform.backend.optimization.indexsets.get(
run_id=run.id, name="Indexset 2"
Expand Down

0 comments on commit 4d9aae7

Please sign in to comment.