rs-station / careless

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

make standardize_metadata more helpful #132

Closed kmdalton closed 1 year ago

kmdalton commented 1 year ago

When metadata columns have zero variance, it is helpful to print the column key.

kmdalton commented 1 year ago

this resolves #131

codecov-commenter commented 1 year ago

Codecov Report

Merging #132 (89050fd) into main (bd1652b) will increase coverage by 0.52%. Report is 7 commits behind head on main. The diff coverage is 63.63%.

@@            Coverage Diff             @@
##             main     #132      +/-   ##
==========================================
+ Coverage   78.51%   79.03%   +0.52%     
==========================================
  Files          50       52       +2     
  Lines        2220     2347     +127     
==========================================
+ Hits         1743     1855     +112     
- Misses        477      492      +15     
Flag Coverage Δ
unittests 79.03% <63.63%> (+0.52%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
careless/io/formatter.py 90.72% <63.63%> (-0.64%) :arrow_down:

... and 2 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

DHekstra commented 1 year ago

Thank you