JuliaDataCubes / YAXArrays.jl

Yet Another XArray-like Julia package
https://juliadatacubes.github.io/YAXArrays.jl/
Other
99 stars 16 forks source link

RangeAxis to Dim #291

Closed Qfl3x closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (a83aef3) 57.87% compared to head (67237ac) 57.87%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #291 +/- ## ======================================= Coverage 57.87% 57.87% ======================================= Files 12 12 Lines 1759 1759 ======================================= Hits 1018 1018 Misses 741 741 ``` | [Impacted Files](https://app.codecov.io/gh/JuliaDataCubes/YAXArrays.jl/pull/291?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaDataCubes) | Coverage Δ | | |---|---|---| | [src/helpers.jl](https://app.codecov.io/gh/JuliaDataCubes/YAXArrays.jl/pull/291?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaDataCubes#diff-c3JjL2hlbHBlcnMuamw=) | `78.84% <ø> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

felixcremer commented 1 year ago

Did you run into this with an example or did you see it in the code? If you would have an example, it would be good to convert this into a test, because we are currently not hitting this code.