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
The decision to implement a TypeError broke a significant amount of the sklearnex interfaces for dpctl tensors and has prevented us from properly upgrading to 0.20 support for nearly a half of a year. Instead of raising a TypeError suggesting to use asnumpy simply use asnumpy for the __array__ method.
I expect that the solution in #1964 was a stopgap. Was that the case?