pycroscopy / SciFiReaders

Tools for extracting data and metadata from scientific data files
https://pycroscopy.github.io/SciFiReaders/about.html
MIT License
13 stars 13 forks source link

Rama dev #67

Closed ramav87 closed 2 years ago

ramav87 commented 2 years ago

Here some tests were updated, and a tentative Bruker reader was added. Note that the Bruker reader is poorly tested and will need to be checked against many more file types captured from different Bruker AFM instruments.

codecov-commenter commented 2 years ago

Codecov Report

Merging #67 (0610763) into master (9b0ae31) will increase coverage by 3.21%. The diff coverage is 91.34%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #67      +/-   ##
==========================================
+ Coverage   56.95%   60.17%   +3.21%     
==========================================
  Files          38       41       +3     
  Lines        2228     2458     +230     
==========================================
+ Hits         1269     1479     +210     
- Misses        959      979      +20     
Flag Coverage Δ
unittests 60.17% <91.34%> (+3.21%) :arrow_up:

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

Impacted Files Coverage Δ
SciFiReaders/readers/__init__.py 100.00% <ø> (ø)
...FiReaders/readers/microscopy/spm/afm/base_utils.py 70.37% <70.37%> (ø)
...iReaders/readers/microscopy/spm/afm/bruker_nano.py 92.81% <92.81%> (ø)
SciFiReaders/__init__.py 100.00% <100.00%> (ø)
...ciFiReaders/readers/microscopy/spm/afm/__init__.py 100.00% <100.00%> (ø)
...iReaders/readers/microscopy/spm/stm/nanonis_sxm.py 92.59% <100.00%> (ø)
tests/test_bruker.py 100.00% <100.00%> (ø)
tests/test_igor.py 100.00% <100.00%> (ø)
tests/test_nanonis.py 100.00% <100.00%> (ø)
... and 1 more

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 9b0ae31...0610763. Read the comment docs.