Skip to content

Commit

Permalink
Quickfix DataValidationCriteriaBounds
Browse files Browse the repository at this point in the history
  • Loading branch information
dc-almeida committed Dec 5, 2024
1 parent 4380350 commit 1ccb077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nomenclature/processor/data_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ def criteria(self):
exclude_unset=True,
exclude=["warning_level", "lower_bound", "upper_bound"],
)


class DataValidationCriteriaBounds(IamcDataFilter):

class DataValidationCriteriaBounds(DataValidationCriteria):
upper_bound: float | None = None
lower_bound: float | None = None

Expand Down

0 comments on commit 1ccb077

Please sign in to comment.