Skip to content

Commit

Permalink
Update tests/data/test_optimization_table.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 d68620c commit 9a9bbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data/test_optimization_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_create_table(self, platform: ixmp4.Platform):
platform=platform, run_id=run.id
)
table = platform.backend.optimization.tables.create(
run_id=run.id, name="Table", constrained_to_indexsets=["Indexset 1"]
run_id=run.id, name="Table", constrained_to_indexsets=[indexset_1.name]
)

assert table.run__id == run.id
Expand Down

0 comments on commit 9a9bbc5

Please sign in to comment.