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
I love being able to do this but always have to dig a bit to remember how it's called. Possibly on purpose, as it is not exported? Would it be helpful to have it in the docs with a warning?
Not sure what kind of black magic would be needed, but getting a custom error message when trying
julia> ka = AxisKeys.wrapdims(rand(3); obs=1:3);
julia>ka(obs=1) =1.0
ERROR: cannot define function ka; it already has a value
Stacktrace:
[1] top-level scope
@ none:0
[2] top-level scope
@ REPL[89]:1
could be helpful for people starting out as well.
The text was updated successfully, but these errors were encountered:
I love being able to do this but always have to dig a bit to remember how it's called. Possibly on purpose, as it is not exported? Would it be helpful to have it in the docs with a warning?
Not sure what kind of black magic would be needed, but getting a custom error message when trying
could be helpful for people starting out as well.
The text was updated successfully, but these errors were encountered: