letmaik / rawpy

📷 RAW image processing for Python, a wrapper for libraw
https://pypi.python.org/pypi/rawpy
MIT License
587 stars 67 forks source link

Fix test warnings #235

Closed FirefoxMetzger closed 1 month ago

FirefoxMetzger commented 2 months ago

As part of the "effort" to move to numpy 2.0 I noticed a couple of warnings when running the test suite. This PR addresses most of them by refactoring some deprecated logic in the test script.