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

Fix solve field timeout #266

Closed wtgee closed 3 years ago

wtgee commented 3 years ago

The timeout parameter from get_solve_field was being used only for the process timeout and wasn't being passed to solve_field for actual solving timeout. Default timeout (i.e. cpulimit) for solve_field was at 15 seconds.

codecov[bot] commented 3 years ago

Codecov Report

Merging #266 (e41a01e) into develop (3460e48) will decrease coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #266      +/-   ##
===========================================
- Coverage    73.60%   73.57%   -0.03%     
===========================================
  Files           31       31              
  Lines         2004     2002       -2     
===========================================
- Hits          1475     1473       -2     
  Misses         529      529              
Impacted Files Coverage Δ
src/panoptes/utils/images/fits.py 88.08% <100.00%> (-0.13%) :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 3460e48...e41a01e. Read the comment docs.