SIO-ODF / ctdcal

A CTD calibration package in use on US GO-SHIP cruises
BSD 3-Clause "New" or "Revised" License
9 stars 4 forks source link

Apply depreciation fixes (Python 3.11+) #91

Closed Klankers closed 1 week ago

Klankers commented 2 weeks ago

Do a run and look at all the errors/warnings that show up. If they are depreciation warnings, apply the fix.

These commonly come from Pandas, Scipy, and numpy. Try an update to latest of each and make sure the data products still look right.

Klankers commented 1 week ago

Resolved in #102