panoptes / panoptes-utils

A set of Astronomical utility functions. PANOPTES style. :hammer_and_wrench: :telescope: :stars:
https://panoptes-utils.readthedocs.io
MIT License
4 stars 9 forks source link

Improved log message for CountdownTimer sleep #259

Closed wtgee closed 3 years ago

wtgee commented 3 years ago

Future improvements would be to give a status update every x seconds if the sleep time is greater than some y.

Closes #258

codecov[bot] commented 3 years ago

Codecov Report

Merging #259 (a1aa2d6) into develop (86a99e1) will increase coverage by 0.06%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #259      +/-   ##
===========================================
+ Coverage    78.60%   78.67%   +0.06%     
===========================================
  Files           49       49              
  Lines         3048     3057       +9     
  Branches       273      273              
===========================================
+ Hits          2396     2405       +9     
  Misses         611      611              
  Partials        41       41              
Impacted Files Coverage Δ
src/panoptes/utils/time.py 96.29% <100.00%> (-0.05%) :arrow_down:
tests/test_time.py 100.00% <100.00%> (ø)

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 86a99e1...a1aa2d6. Read the comment docs.