|
Hi all, temps, rh, and dp all work well but wet bulb gives me the following error: Any idea what might be the problem here? Thanks as always for all the help |
Answered by
jthielen
Feb 11, 2021
Replies: 1 comment 8 replies
|
type(sound_pres.data)
type(sound_temps.data)
type(sound_dp.data)Also, what happens if you use |
8 replies
Answer selected by
dopplershift
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I suspect something weird in xarray is happening (i.e., that(EDIT: see below discussion...it looks like this is just.datais not converting its internalmemoryviewto a loadedndarray), but am not sure.sound_dpbeing a pint Quantity in this case.) Would you be able to list the following?Also, what happens if you use
.values(which forcesndarray) instead of.data(which is just supposed to byndarray-like)?