hainegroup / oceanspy

A Python package to facilitate ocean model data analysis and visualization.
https://oceanspy.readthedocs.io
MIT License
96 stars 32 forks source link

Intake2 #423

Closed Mikejmnez closed 4 months ago

Mikejmnez commented 4 months ago

New attempt to remove pin for intake. This PR:

This PR makes #419 inconsequential and will be closing without merging.

It took me some time over the weekend, but I found that my mac was making hidden copies of files when taring the Data folder. These hidden ._ files were causing errors when reading and openining the xmitgcm_iters and xmitgcm_noiters datasets. ugh... all should be good now.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.59%. Comparing base (c33d02b) to head (e4d9b47).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #423 +/- ## ======================================= Coverage 96.59% 96.59% ======================================= Files 9 9 Lines 4987 4987 Branches 1190 1190 ======================================= Hits 4817 4817 Misses 97 97 Partials 73 73 ``` | [Flag](https://app.codecov.io/gh/hainegroup/oceanspy/pull/423/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=hainegroup) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/hainegroup/oceanspy/pull/423/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=hainegroup) | `96.59% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=hainegroup#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.