Closed chiahaoliu closed 7 years ago
Merging #33 into master will increase coverage by
0.1%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #33 +/- ##
=========================================
+ Coverage 97.97% 98.07% +0.1%
=========================================
Files 8 8
Lines 148 156 +8
=========================================
+ Hits 145 153 +8
Misses 3 3
Impacted Files | Coverage Δ | |
---|---|---|
xpdsim/tests/test_dets.py | 100% <100%> (ø) |
:arrow_up: |
xpdsim/dets.py | 95.16% <100%> (+0.24%) |
:arrow_up: |
xpdsim/data/XPD/__init__.py | 100% <0%> (ø) |
: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 046c93e...2fa2e64. Read the comment docs.
@CJ-Wright ready for review
Fixed the error found during the simulation:
pims.ImageSequence
does not load image with the proper shape. ReplaceImageSequence
withtifffile.imread
for now.