Skip to content

Commit

Permalink
Add only matching indexsets from this Run to Table
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Dec 20, 2024
1 parent d9066c8 commit 883d6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ixmp4/data/db/optimization/table/repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def add(
) -> Table:
table = Table(name=name, run__id=run_id)
indexsets = self.backend.optimization.indexsets.list(
name__in=constrained_to_indexsets
name__in=constrained_to_indexsets, run_id=run_id
)

for i in range(len(indexsets)):
Expand Down

0 comments on commit 883d6a2

Please sign in to comment.