SIO-ODF / ctdcal

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

Failing test fixes #107

Closed asmith75218 closed 3 months ago

asmith75218 commented 3 months ago

Addresses github action test failures following last merge.

Missing __init__.py files are added for new paths, and test_odf_io.py is updated to reflect changes to functions in odf_io.py.

Also updating codecov action settings to specify the required token. This will always fail on my fork, but may resolve recent errors on this repo.