AstroHuntsman / huntsman-pocs

POCS on the Huntsman Telescope
MIT License
7 stars 8 forks source link

parallel dispatcher #511

Closed danjampro closed 3 years ago

danjampro commented 3 years ago

Dispatch calls to take_observation and autofocus_cameras in Observatory in parallel.

Some unrelated cleanups in Observatory.

Closes #503

codecov[bot] commented 3 years ago

Codecov Report

Merging #511 (89f2e34) into develop (fae49fa) will increase coverage by 0.11%. The diff coverage is 64.06%.

:exclamation: Current head 89f2e34 differs from pull request most recent head 9a2076f. Consider uploading reports for the commit 9a2076f to get more accurate results Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #511      +/-   ##
===========================================
+ Coverage    55.70%   55.81%   +0.11%     
===========================================
  Files           60       60              
  Lines         3944     3963      +19     
  Branches       411      411              
===========================================
+ Hits          2197     2212      +15     
- Misses        1647     1650       +3     
- Partials       100      101       +1     
Impacted Files Coverage Δ
src/huntsman/pocs/observatory.py 58.60% <58.53%> (+0.62%) :arrow_up:
src/huntsman/pocs/utils/flats.py 72.46% <73.91%> (+0.28%) :arrow_up:
src/huntsman/pocs/archive/archiver.py 88.18% <0.00%> (-1.82%) :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 fae49fa...9a2076f. Read the comment docs.