seafloor-geodesy / gnatss

Community Seafloor Global Navigation Satellite Systems - Acoustic (GNSS-A) Transponder Surveying Software
https://gnatss.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
9 stars 12 forks source link

Fix Deprecation Warnings for numpy type aliases #276

Open madhavmk opened 1 month ago

madhavmk commented 1 month ago

Use correct aliases for deprecated numpy types

/home/madhavmk/Desktop/offshore-geodesy/.nox/tests/lib/python3.11/site-packages/nptyping/typing_.py:54: DeprecationWarning: `np.object0` is a deprecated alias for ``np.object0` is a deprecated alias for `np.object_`. `object` can be used instead.  (Deprecated NumPy 1.24)`.  (Deprecated NumPy 1.24)
madhavmk commented 1 month ago

After further research, this is an open issue on the nptyping library. Attaching link to Issue