Closed wtgee closed 3 years ago
Merging #266 (e41a01e) into develop (3460e48) will decrease coverage by
0.02%
. The diff coverage is100.00%
.
@@ 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.
The
timeout
parameter fromget_solve_field
was being used only for the process timeout and wasn't being passed tosolve_field
for actual solving timeout. Default timeout (i.e.cpulimit
) forsolve_field
was at 15 seconds.