SciQLop / speasy

Space Physics made EASY! A simple Python package to deal with main Space Physics WebServices (CDA,SSC,AMDA,..)
Other
24 stars 7 forks source link

Fixes non ISTP compliant files axis merging #109

Closed jeandet closed 8 months ago

jeandet commented 8 months ago

Some files uses DEPEND_TIME instead of DEPEND_0 to point to time axis. This was supported by speasy for data variables but not for support variables.

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (6730069) 86.30% compared to head (e18a37f) 87.41%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #109 +/- ## ========================================== + Coverage 86.30% 87.41% +1.10% ========================================== Files 51 51 Lines 3052 3058 +6 Branches 474 497 +23 ========================================== + Hits 2634 2673 +39 + Misses 277 249 -28 + Partials 141 136 -5 ``` | [Flag](https://app.codecov.io/gh/SciQLop/speasy/pull/109/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SciQLop) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/SciQLop/speasy/pull/109/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SciQLop) | `86.75% <100.00%> (?)` | | 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=SciQLop#carryforward-flags-in-the-pull-request-comment) to find out more. | [Files](https://app.codecov.io/gh/SciQLop/speasy/pull/109?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SciQLop) | Coverage Δ | | |---|---|---| | [speasy/core/cdf/\_\_init\_\_.py](https://app.codecov.io/gh/SciQLop/speasy/pull/109?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SciQLop#diff-c3BlYXN5L2NvcmUvY2RmL19faW5pdF9fLnB5) | `76.78% <100.00%> (+1.31%)` | :arrow_up: | | [speasy/webservices/generic\_archive/\_\_init\_\_.py](https://app.codecov.io/gh/SciQLop/speasy/pull/109?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SciQLop#diff-c3BlYXN5L3dlYnNlcnZpY2VzL2dlbmVyaWNfYXJjaGl2ZS9fX2luaXRfXy5weQ==) | `89.70% <100.00%> (+0.15%)` | :arrow_up: | ... and [8 files with indirect coverage changes](https://app.codecov.io/gh/SciQLop/speasy/pull/109/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SciQLop)

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