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

Unit inference reporting #130

Closed cbyrohl closed 8 months ago

cbyrohl commented 8 months ago

Improve reporting and documentation of failed unit inference. Also fixes #101.

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (f067d7e) 54.74% compared to head (abb2c28) 55.28%. Report is 1 commits behind head on main.

:exclamation: Current head abb2c28 differs from pull request most recent head 96af26c. Consider uploading reports for the commit 96af26c to get more accurate results

Files Patch % Lines
src/scida/interfaces/mixins/units.py 68.36% 24 Missing and 7 partials :warning:
tests/customs/test_all.py 0.00% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #130 +/- ## ========================================== + Coverage 54.74% 55.28% +0.54% ========================================== Files 63 65 +2 Lines 5632 5714 +82 Branches 1106 1128 +22 ========================================== + Hits 3083 3159 +76 - Misses 2318 2319 +1 - Partials 231 236 +5 ```

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