rs-station / careless

Merge X-ray diffraction data with Wilson's priors, variational inference, and metadata
MIT License
16 stars 6 forks source link

disable dm output by default #152

Closed kmdalton closed 7 months ago

kmdalton commented 7 months ago

This PR disables saving the data manager. It adds a CLI option, --save-data-manager to revert the behavior.

codecov-commenter commented 7 months ago

Codecov Report

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

Comparison is base (ecdf8c0) 78.88% compared to head (c4e9c20) 78.69%. Report is 6 commits behind head on main.

Files Patch % Lines
careless/careless.py 25.00% 3 Missing :warning:
careless/models/priors/wilson.py 0.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #152 +/- ## ========================================== - Coverage 78.88% 78.69% -0.19% ========================================== Files 52 52 Lines 2344 2347 +3 ========================================== - Hits 1849 1847 -2 - Misses 495 500 +5 ``` | [Flag](https://app.codecov.io/gh/rs-station/careless/pull/152/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=rs-station) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/rs-station/careless/pull/152/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=rs-station) | `78.69% <14.28%> (-0.19%)` | :arrow_down: | 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=rs-station#carryforward-flags-in-the-pull-request-comment) to find out more.

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