Skip to content

Commit

Permalink
Ref #167
Browse files Browse the repository at this point in the history
Fix datatype use with station data.
  • Loading branch information
EdwardSafford-NOAA committed Dec 28, 2023
1 parent 8aae399 commit f6eb646
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/eva/data/mon_data_space.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,6 @@ def read_ieee(self, file_name, coords, dims, ndims_used, dims_arr, nvars, vars,
self.logger.info(f"WARNING: file {filename} is missing")
load_data = False

self.logger.info(f"ndims_used: {ndims_used}")
if ndims_used == 1: # MinMon
rtn_array = np.empty((0, dims[dims_arr[0]]), datatype=float)
if not load_data:
Expand Down

0 comments on commit f6eb646

Please sign in to comment.