Closed egorsobolev closed 4 months ago
Attention: Patch coverage is 0%
with 14 lines
in your changes missing coverage. Please review.
Project coverage is 22.55%. Comparing base (
92f8772
) to head (4346b34
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
numpy 2.0
starts to raise ValueError
on numpy.array(..., copy=False)
if the array cannot be created without copying data. In previous versions, the data would not copy only if that possible, and array was creating in any case. The same behavior has the call numpy.asarray(...)
in both new and old versions of numpy
.
This fixes an exception on image replot: