Closed ZLLentz closed 6 years ago
Merging #35 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #35 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 4 5 +1
Lines 526 597 +71
=====================================
+ Hits 526 597 +71
Impacted Files | Coverage Δ | |
---|---|---|
pcdsdaq/ami.py | 100% <100%> (ø) |
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 154391d...c607c0e. Read the comment docs.
Merging #35 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #35 +/- ##
======================================
Coverage 100% 100%
======================================
Files 4 5 +1
Lines 526 755 +229
======================================
+ Hits 526 755 +229
Impacted Files | Coverage Δ | |
---|---|---|
pcdsdaq/ami.py | 100% <100%> (ø) |
|
pcdsdaq/ext_scripts.py | 100% <100%> (ø) |
:arrow_up: |
pcdsdaq/daq.py | 100% <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 9a3adb5...2f806d1. Read the comment docs.
rough edges are:
guess_ami_proxy
somewhere from old blutil.guessAmiProxy
TODO:
TODO:
stage
and unstage
to create the pyami dets instead of trigger
due to spammy printsTODO:
TODO:
@teddyrendahl this is finally done. I opted to continue to make the pcdsdaq_lib_setup
script manual instead of automatic on conda activate
because you need a chance to let me know which hutch you are so I can set up the libraries appropriately. This means there will be a follow-up PR in hutch-python
as well each each hutch repo to make sure the daq libraries are loaded correctly. It also means I'll be putting a PR into pcds-envs
to remove the conda install pydaq
in the script there.
Description
AmiDet
Device
that uses itsprefix
to do thepyami
connection.pcdsdaq_lib_setup
Motivation and Context
How Has This Been Tested?
Added tests that pass for full coverage and found a lot of rough edges in real sessions.
Where Has This Been Documented?
I added documentation to sphinx