Closed teddyrendahl closed 6 years ago
Merging #26 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #26 +/- ##
=======================================
Coverage 94.91% 94.91%
=======================================
Files 3 3
Lines 177 177
=======================================
Hits 168 168
Misses 9 9
Impacted Files | Coverage Δ | |
---|---|---|
transfocate/transfocator.py | 95.94% <100%> (ø) |
: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 109c79f...f58523c. Read the comment docs.
Details
We now have a more specific class to handle the intricacies of both the PCDS Motor Record and the IMS controller itself. This should be used instead of the
ophyd.EpicsMotor
which is incompatible with our IMS motors. Also specified a minimum version number ofpcdsdevices
when the specialIMS
class first appeared.Closes #25