Skip to content

Commit

Permalink
ENH: Changing default behavior for data filter in #732
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamTheisen committed Oct 13, 2023
1 parent edd4d53 commit f18a068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions act/qc/qcfilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ def datafilter(
rm_assessments=None,
rm_tests=None,
verbose=False,
del_qc_var=True,
del_qc_var=False,
):
"""
Method to apply quality control variables to data variables by
Expand Down Expand Up @@ -981,7 +981,7 @@ def datafilter(
the data values can not be determined after they are set to NaN
and xarray method processing would also process the quality control
variables, the default is to remove the quality control data
variables.
variables. Defaults to False.
Examples
--------
Expand Down

0 comments on commit f18a068

Please sign in to comment.