APS-4ID-POLAR / polartools

Python package to read and process data from the APS Polar beamline.
https://polartools.readthedocs.io/en/latest/
Other
2 stars 2 forks source link

New xmcd functions #62

Closed gfabbris closed 2 years ago

gfabbris commented 2 years ago
codecov-commenter commented 2 years ago

Codecov Report

Merging #62 (cac4a33) into main (31b2dcd) will increase coverage by 7.38%. The diff coverage is 83.41%.

@@            Coverage Diff             @@
##             main      #62      +/-   ##
==========================================
+ Coverage   37.72%   45.10%   +7.38%     
==========================================
  Files           7        9       +2     
  Lines        1169     1379     +210     
==========================================
+ Hits          441      622     +181     
- Misses        728      757      +29     
Impacted Files Coverage Δ
polartools/diffraction.py 0.00% <0.00%> (ø)
polartools/manage_database.py 53.73% <ø> (ø)
polartools/pressure_calibration.py 87.75% <ø> (ø)
polartools/process_images.py 75.29% <75.29%> (ø)
polartools/load_data.py 73.49% <90.90%> (+1.23%) :arrow_up:
polartools/_pyrixs.py 92.30% <92.30%> (ø)
polartools/absorption.py 87.23% <95.16%> (+2.23%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update dd467a0...cac4a33. Read the comment docs.

gfabbris commented 2 years ago

Also fixes some pytest issues. Closes #63, #64.