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
{{ message }}
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.
This code makes scitype avoid calling expensive type unions over elements in the case of CategoricalArray's. However, it does not catch views of CategoricalArrays. So the type in the method referenced needs to be broadened.
To include views of CategoricalArrays (which are not categorical arrays) is a bit awkward, but here's the latest authority on how to do this.
The text was updated successfully, but these errors were encountered:
This code makes
scitype
avoid calling expensive type unions over elements in the case ofCategoricalArray
's. However, it does not catch views of CategoricalArrays. So the type in the method referenced needs to be broadened.To include views of CategoricalArrays (which are not categorical arrays) is a bit awkward, but here's the latest authority on how to do this.
The text was updated successfully, but these errors were encountered: