pysat / pysatCDAAC

pysat support for CDAAC instruments
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

BUG: Update deprecated numpy product usage #56

Closed Aadarsh-Govada closed 1 month ago

Aadarsh-Govada commented 1 month ago

Description

Replaces deprecated use of np.product() with np.prod() for compatibility with numpy 3.2.0 and higher

Type of change

How Has This Been Tested?

Test Configuration:

Checklist: