nasa / dorado-scheduling

Dorado observation planning and scheduling simulations
Other
22 stars 8 forks source link

Parallelize limiting magnitude #69

Closed mcoughlin closed 3 years ago

mcoughlin commented 3 years ago

Add flag to parallelize limiting magnitude calculation.

codecov[bot] commented 3 years ago

Codecov Report

Merging #69 (1c539ab) into main (fae66df) will decrease coverage by 0.63%. The diff coverage is 1.68%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #69      +/-   ##
==========================================
- Coverage   31.17%   30.54%   -0.64%     
==========================================
  Files          35       35              
  Lines        1639     1673      +34     
==========================================
  Hits          511      511              
- Misses       1128     1162      +34     
Impacted Files Coverage Δ
dorado/scheduling/scripts/metrics.py 7.75% <0.00%> (-1.34%) :arrow_down:
dorado/scheduling/scripts/simsurvey.py 7.81% <3.03%> (-0.46%) :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 fae66df...1c539ab. Read the comment docs.

mcoughlin commented 3 years ago

Unit tests pass. Merging.