pycroscopy / sidpy

Python utilities for storing, processing, and visualizing spectroscopic and imaging data
https://pycroscopy.github.io/sidpy/
MIT License
11 stars 14 forks source link

Fixed a couple of bugs in fold and rechunk methods under sidpy.Dataset #151

Closed saimani5 closed 2 years ago

saimani5 commented 2 years ago

Fixed a couple of bugs in fold and rechunk methods

codecov-commenter commented 2 years ago

Codecov Report

Merging #151 (cd67083) into main (cc44744) will increase coverage by 0.02%. The diff coverage is 50.00%.

@@            Coverage Diff             @@
##             main     #151      +/-   ##
==========================================
+ Coverage   82.01%   82.04%   +0.02%     
==========================================
  Files          48       48              
  Lines        8731     8732       +1     
==========================================
+ Hits         7161     7164       +3     
+ Misses       1570     1568       -2     
Flag Coverage Δ
unittests 82.04% <50.00%> (+0.02%) :arrow_up:

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

Impacted Files Coverage Δ
sidpy/sid/dataset.py 72.16% <50.00%> (+0.03%) :arrow_up:
tests/base/test_num_utils.py 94.82% <0.00%> (+1.72%) :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 cc44744...cd67083. Read the comment docs.