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
reduced_axis( ax::Axis{name,<:AbstractArray{T}}) where {name,T<:Number} =ax(oftype(ax.val, Base.OneTo(1)))
. I suspect we need a more dimensionally-aware way of allocating a range of length 1. It's been a while since I've done much Unitful stuff, care to take a crack at that?
We observed that
AxisArrays
has issues with Julia 1.10, that were not present in Julia 1.9. The code:results in an error
The text was updated successfully, but these errors were encountered: