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
[hist] Check argument types during ComputeGlobalIndex
This prepares for future axis types that accept different argument
types (in particular RCategoricalAxis), where we can only decide at
run-time if the parameters match the axis configuration. However,
because the type check is evaluated at compile-time, there is no
performance penalty for cases where the type is convertible.
0 commit comments