Getting this in Julia 1.10
julia> ds_skip_cube[Variables=At(["SNDPPT_M_sl1_250m_llnor"])]
ERROR: UndefVarError: `rm_singleton_indices` not defined
which is defined here:
|
J′ = Base.rm_singleton_indices(ntuple(Returns(true), Val(ndims(A))), J...) |
BUT, I don't even see this being available in Base
for Julia 1.10, it is in Julia 1.11 though.