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 877b6e5 commit 324b747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ref-core/src/ref_core/constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def apply(self, group: pd.DataFrame, data_catalog: pd.DataFrame) -> pd.DataFrame
A constraint that must be satisfied when executing a given metric run.
This is applied to a group of datasets representing the inputs to a potential metric execution.
The group must satisfy all constraints to be executed.
The group must satisfy all constraints to be processed.
This can include operations that are applied to a group of datasets which may modify the group,
but may also include validators that check if the group satisfies a certain condition.
Expand Down

0 comments on commit 324b747

Please sign in to comment.