Skip to content

Commit

Permalink
bug fix for data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnVolk authored Jan 23, 2024
1 parent 7aed9cb commit 7e5f400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluxdataqaqc/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ def apply_qc_flags(self, threshold=None, flag=None,
if threshold and not threshold_inequality in ('lt','gt'):
err_msg = ('ERROR: threshold_inequality must be "lt" or "gt", '
'but {} was given.'.format(
climate_file
threshold_inequality
))
raise ValueError(err_msg)
# load dataframe if not yet accessed
Expand Down

0 comments on commit 7e5f400

Please sign in to comment.