Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Feb 10, 2025
1 parent 5520e0c commit 382d0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/antares/craft/service/api_services/models/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

@all_optional_model
class AdequacyPatchParametersAPI(BaseModel, alias_generator=to_camel):
enable_adequacy_patch: Optional[bool] = None
enable_adequacy_patch: bool = False
ntc_from_physical_areas_out_to_physical_areas_in_adequacy_patch: bool = True
ntc_between_physical_areas_out_adequacy_patch: bool = True
price_taking_order: PriceTakingOrder = Field(default=PriceTakingOrder.DENS, validate_default=True)
Expand Down

0 comments on commit 382d0ed

Please sign in to comment.