henry2004y / Batsrus.jl

BATSRUS/SWMF Data Processor
https://henry2004y.github.io/Batsrus.jl/dev/
MIT License
5 stars 2 forks source link

Add HDF5 support #38

Closed henry2004y closed 5 months ago

henry2004y commented 9 months ago

Add HDF5 support as a submodule. Test files and docs to be added.

codecov[bot] commented 9 months ago

Codecov Report

Attention: 98 lines in your changes are missing coverage. Please review.

Comparison is base (e09fa5e) 69.38% compared to head (041b3a7) 66.56%.

Files Patch % Lines
src/hdf.jl 2.97% 98 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #38 +/- ## ========================================== - Coverage 69.38% 66.56% -2.82% ========================================== Files 11 12 +1 Lines 2283 2384 +101 ========================================== + Hits 1584 1587 +3 - Misses 699 797 +98 ```

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

henry2004y commented 5 months ago

We are missing tests here because I don't know how to generate HDF5 files from BATSRUS. Maybe we can add that later, since I know that this is working with reading HDF5 outputs from the turbulence simulations?