# HG changeset patch # User greg # Date 1543333279 18000 # Node ID 62b46f0b88c9530741c704e58082bec2d57f8c40 # Parent f0d173b1abcf45cad0a34fd2bb0a6f6f1a647dc3 Uploaded diff -r f0d173b1abcf -r 62b46f0b88c9 validate_temperature_data.py --- a/validate_temperature_data.py Tue Nov 27 10:38:46 2018 -0500 +++ b/validate_temperature_data.py Tue Nov 27 10:41:19 2018 -0500 @@ -69,11 +69,11 @@ accumulated_msgs = "" +last_doy = 0 # Parse the input file, skipping the header, and validating # that each data line consists of 31 comma-separated items. if args.data_type == "normals": input_file = args.input_normals - last_doy = 0 num_normals_rows = 0 else: input_file = args.input_actuals