Skip to content

Commit

Permalink
domain \forall to \in
Browse files Browse the repository at this point in the history
  • Loading branch information
brynpickering committed Sep 6, 2024
1 parent 389e9f2 commit 4158628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calliope/backend/latex_backend_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ def _variable_setter(where: xr.DataArray, references: set) -> xr.DataArray:
self._update_references(name, bound_refs.difference(name))

self._generate_math_string(
parsed_component, var_da, equations=[lb, ub], sense=r"\forall" + domain
parsed_component, var_da, equations=[lb, ub], sense=r"\in" + domain
)

def add_objective( # noqa: D102, override
Expand Down

0 comments on commit 4158628

Please sign in to comment.