ajdawson / eofs

EOF analysis in Python
http://ajdawson.github.io/eofs/
GNU General Public License v3.0
199 stars 60 forks source link

Use of deprecated np.product #151

Open kafitzgerald opened 3 months ago

kafitzgerald commented 3 months ago

As of version 1.25.0 np.product was deprecated in favor of np.prod.

There are few uses of this in eofs.

kafitzgerald commented 3 months ago

I was going to pull together a quick PR, but it looks like someone beat me to it.