raysect / source

The main source repository for the Raysect project.
http://www.raysect.org
BSD 3-Clause "New" or "Revised" License
86 stars 23 forks source link

Fix NumPy 1.20+ deprecation warnings (issue #382). #384

Closed vsnever closed 3 years ago

vsnever commented 3 years ago

This fixes #382 by replacing deprecated np.bool with bool in FrameSampler2D classes.

In addition, this adds a hotfix for the bug introduced in #338. Now, if the all-true mask does not match the pixel geometry, the mask is silently updated instead of throwing an error.