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

Reorganized tests; cleaned up requirements; using pywget #73

Closed ssomnath closed 2 years ago

ssomnath commented 2 years ago

This PR continues to use input data paths from the master branch (flat list) of SciFiDatasets

codecov-commenter commented 2 years ago

Codecov Report

Merging #73 (e1fc4c3) into master (3152b16) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #73      +/-   ##
==========================================
+ Coverage   60.17%   60.18%   +0.01%     
==========================================
  Files          41       41              
  Lines        2458     2459       +1     
==========================================
+ Hits         1479     1480       +1     
  Misses        979      979              
Flag Coverage Δ
unittests 60.18% <100.00%> (+0.01%) :arrow_up:

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

Impacted Files Coverage Δ
setup.py 0.00% <ø> (ø)
SciFiReaders/__version__.py 100.00% <100.00%> (ø)
tests/readers/converters/test_hyperspy.py 89.74% <100.00%> (ø)
...ests/readers/microscopy/em/tem/test_Nion_reader.py 100.00% <100.00%> (ø)
tests/readers/microscopy/em/tem/test_dm_reader.py 100.00% <100.00%> (ø)
tests/readers/microscopy/em/tem/test_emd_reader.py 98.68% <100.00%> (ø)
tests/readers/microscopy/spm/afm/test_bruker.py 100.00% <100.00%> (ø)
tests/readers/microscopy/spm/afm/test_igor.py 100.00% <100.00%> (ø)
tests/readers/microscopy/spm/stm/test_nanonis.py 100.00% <100.00%> (ø)

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 3152b16...e1fc4c3. Read the comment docs.

ssomnath commented 2 years ago

Using data in the reorg branch of SciFiDatasets