pcdshub / lightpath

LCLS Lightpath Module
https://pcdshub.github.io/lightpath
Other
4 stars 9 forks source link

ENH: Launch Script #60

Closed teddyrendahl closed 6 years ago

teddyrendahl commented 6 years ago

Description

Launch script to show GUI for arbitrary happi database.

lightpath --db PATH_TO_DB

I hardcoded in the path where it currently lives as a default. I though about importing this from hutch_python but adding a dependency for just a single path seems gratuitous.

Motivation and Context

Closes #56

How Has This Been Tested?

codecov-io commented 6 years ago

Codecov Report

Merging #60 into master will decrease coverage by 0.49%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #60     +/-   ##
=========================================
- Coverage   87.22%   86.73%   -0.5%     
=========================================
  Files           7        7             
  Lines         407      407             
=========================================
- Hits          355      353      -2     
- Misses         52       54      +2
Impacted Files Coverage Δ
lightpath/path.py 81.81% <0%> (-1.4%) :arrow_down:

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 52c5742...ada187c. Read the comment docs.

teddyrendahl commented 6 years ago

Looks like a bug unless you can interpret this ...

screen shot 2018-05-08 at 7 59 54 pm
ZLLentz commented 6 years ago

Actually, it looks like (somehow) your repr was being called in a test (?) and now it is not. No idea.