Skip to content

Commit

Permalink
Update packages/ref-core/src/ref_core/constraints.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mika Pflüger <mika.pflueger@climate-resource.com>
  • Loading branch information
lewisjared and mikapfl authored Nov 28, 2024
1 parent 0f8809e commit c83750a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ref-core/src/ref_core/constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ def apply(self, group: pd.DataFrame, data_catalog: pd.DataFrame) -> pd.DataFrame
Perform an operation on the group of datasets.
A new group of datasets should be returned if modifications are required,
and the input group should not be modified.
and the input group should not be modified. If no modifications are required,
return the input group unchanged.
If this operation fails, a ConstraintNotSatisfied exception should be raised.
Parameters
Expand Down

0 comments on commit c83750a

Please sign in to comment.