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
Type.with_dtype() replaces the dtype without modifying strides, so if itemsize changes, the resulting strides are incorrect. It is used in transformations.cast(), but somehow the tests for it pass... Need to investigate.
Type.with_dtype()
replaces the dtype without modifying strides, so ifitemsize
changes, the resulting strides are incorrect. It is used intransformations.cast()
, but somehow the tests for it pass... Need to investigate.Reported in #57
The text was updated successfully, but these errors were encountered: