cbyrohl / scida

scida is an out-of-the-box analysis tool for large scientific datasets. It primarily supports the astrophysics community, focusing on cosmological and galaxy formation simulations using particles or unstructured meshes, as well as large observational datasets. This tool uses dask, allowing analysis to scale.
https://scida.io
MIT License
26 stars 4 forks source link

enable overwrite_cache for series load #152

Closed cbyrohl closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (8cb6959) 0.00% compared to head (c52697a) 54.80%.

Files Patch % Lines
src/scida/customs/arepo/dataset.py 77.77% 1 Missing and 1 partial :warning:
src/scida/interfaces/mixins/cosmology.py 50.00% 1 Missing and 1 partial :warning:
src/scida/io/_base.py 33.33% 1 Missing and 1 partial :warning:
src/scida/series.py 71.42% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #152 +/- ## ========================================= + Coverage 0 54.80% +54.80% ========================================= Files 0 63 +63 Lines 0 5779 +5779 Branches 0 1155 +1155 ========================================= + Hits 0 3167 +3167 - Misses 0 2362 +2362 - Partials 0 250 +250 ```

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