Closed Jutho closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.27%. Comparing base (
8b69aa9
) to head (badb43b
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Yes, that should be easier now that the error changed from the strides calculation to the sreshape
function itself. Before this was harder, because it was thrown at a certain stage of the recursive process to calculate the strides, so it did no longer have access the full old and new sizes.
This can be used to check whether an
AbstractArray
instance can be converted to aStridedView
.