Skip to content

Commit

Permalink
feat(table-mode): integrate binding constraints manager in the table …
Browse files Browse the repository at this point in the history
…mode (WIP)
  • Loading branch information
laurent-laporte-pro committed Mar 3, 2024
1 parent 3c9eb56 commit bb69f9a
Show file tree
Hide file tree
Showing 3 changed files with 467 additions and 2 deletions.
2 changes: 1 addition & 1 deletion antarest/study/business/table_mode_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class ThermalClusterColumns(FormFieldsBaseModel, metaclass=AllOptionalMetaclass)
path=f"{THERMAL_CLUSTER_PATH}/spread-cost",
)
ts_gen: LocalTSGenerationBehavior = Field(
default=LocalTSGenerationBehavior.USE_GLOBAL_PARAMETER.value,
default=LocalTSGenerationBehavior.USE_GLOBAL.value,
path=f"{THERMAL_CLUSTER_PATH}/gen-ts",
)
volatility_forced: int = Field(
Expand Down
Loading

0 comments on commit bb69f9a

Please sign in to comment.