From 946b92b351734a189c72a4f4bc68273e88116acb Mon Sep 17 00:00:00 2001 From: rink <rink@ssec.wisc.edu> Date: Tue, 6 Oct 2020 11:15:32 -0500 Subject: [PATCH] snapshot.. --- modules/aeolus/aeolus_amv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aeolus/aeolus_amv.py b/modules/aeolus/aeolus_amv.py index 19eabafa..fe4ef424 100644 --- a/modules/aeolus/aeolus_amv.py +++ b/modules/aeolus/aeolus_amv.py @@ -524,7 +524,7 @@ def subset_by_time(match_file, dt_str_0, dt_str_1): accum_amv += n_amvs accum_prf += n_levs - prof_times_locs = np.hstack((times[time_idxs], lons[time_idxs], lats[time_idxs])) + prof_times_locs = np.column_stack([times[time_idxs], lons[time_idxs], lats[time_idxs]]) return profs, amvs, prof_times_locs -- GitLab