transportenergy / database

Tools for accessing and maintaining the iTEM model & historical databases
https://transportenergy.rtfd.io
GNU General Public License v3.0
24 stars 8 forks source link

Adjust for NumPy 2.0 #87

Closed khaeru closed 2 months ago

khaeru commented 2 months ago

The release of NumPy 2.0.0 triggered CI failures because the code was using the deprecated np.NaN instead of np.nan.

This PR fixes.