atmtools / arts

The Atmospheric Radiative Transfer Simulator
https://www.radiativetransfer.org/
Other
62 stars 28 forks source link

Update find_package Python, fix numpy 2.0 compatibility #779

Closed olemke closed 2 months ago

olemke commented 2 months ago

Using find_package with Python instead of Python3 provides better compatibility with other packages (e.g. nanobind).

Replace np.infty with np.inf for numpy 2.0 compatibility.