You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aggregate_time(cube; time_axis = "time", new_resolution = "month", new_time_step=1, fun="mean", p=nothing, skipMissing=true, skipnan=true, showprog=true, max_cache="1GB")
leads for me to an error
I could break it down to the missing values. It must be filter(!isnan,skipmissing(...)) because a skipmissing(filter(!isnan,...)) leads to a missing in the filter which is neither true nor false.
aggregate_time(cube; time_axis = "time", new_resolution = "month", new_time_step=1, fun="mean", p=nothing, skipMissing=true, skipnan=true, showprog=true, max_cache="1GB")
leads for me to an error
JuliaDataCubes/YAXArrays.jl#217
The text was updated successfully, but these errors were encountered: