xpdAcq / xpdSim

simulator objects for bluesky, ophyd
http://xpdacq.github.io/xpdSim/
Other
0 stars 5 forks source link

FIX: pims error #33

Closed chiahaoliu closed 7 years ago

chiahaoliu commented 7 years ago

Fixed the error found during the simulation: pims.ImageSequence does not load image with the proper shape. Replace ImageSequence with tifffile.imread for now.

codecov-io commented 7 years ago

Codecov Report

Merging #33 into master will increase coverage by 0.1%. The diff coverage is 100%.

Impacted file tree graph

@@            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.

chiahaoliu commented 7 years ago

@CJ-Wright ready for review