Skip to content
Snippets Groups Projects
Commit 946b92b3 authored by rink's avatar rink
Browse files

snapshot..

parent c0931f9b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment