bp / resqpy

Python API for working with RESQML models
https://resqpy.readthedocs.io/en/latest/
MIT License
54 stars 13 forks source link

replacing deprecated numpy.product() with prod() #753

Closed andy-beer closed 1 year ago

andy-beer commented 1 year ago

This patch updates numpy.product() calls with numpy.prod() due to deprecation of product().

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage is 100.00% of modified lines.

Files Changed Coverage
resqpy/grid/_regular_grid.py 100.00%
resqpy/olio/load_data.py 100.00%
resqpy/property/_collection_create_xml.py 100.00%
resqpy/property/_collection_get_attributes.py 100.00%

:loudspeaker: Thoughts on this report? Let us know!.