Skip to content

Commit 0b6a8a0

Browse files
committed
testing
1 parent 632976b commit 0b6a8a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aodntools/ncwriter/template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def create_variables(self, **kwargs):
298298

299299
# variable attributes to convert to the same type as the variable
300300
# datatype
301-
varattrs_to_convert_to_datatype = ['valid_min', 'valid_max', 'valid_range']
301+
varattrs_to_convert_to_datatype = ['valid_min', 'valid_max', 'valid_range', 'flag_values']
302302

303303
for varname, varattr in self.variables.items():
304304
if not varattr['_dimensions']: # no kwargs in createVariable

0 commit comments

Comments
 (0)