Skip to content

Commit

Permalink
set keep default to none
Browse files Browse the repository at this point in the history
  • Loading branch information
hgloeckner committed Jan 22, 2025
1 parent 3a8ecea commit aa61020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydropsonde/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -1490,7 +1490,7 @@ def make_attr_coordinates(self):
self.interim_l3_ds = ds.assign_coords(new_coords)
return self

def add_qc_to_interim_l3(self, keep=["sonde_qc"]):
def add_qc_to_interim_l3(self, keep=None):
"""
Add quality control flags to the interim Level 3 dataset.
Expand Down

0 comments on commit aa61020

Please sign in to comment.