nasa / dorado-scheduling

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

Parallelize efficiency script #70

Closed mcoughlin closed 3 years ago

mcoughlin commented 3 years ago

Efficiency estimation is too slow. Should be improved...

codecov[bot] commented 3 years ago

Codecov Report

Merging #70 (9ba40f9) into main (ceeb79c) will decrease coverage by 0.18%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #70      +/-   ##
==========================================
- Coverage   30.54%   30.36%   -0.19%     
==========================================
  Files          35       35              
  Lines        1673     1683      +10     
==========================================
  Hits          511      511              
- Misses       1162     1172      +10     
Impacted Files Coverage Δ
dorado/scheduling/scripts/survey_slicer.py 5.47% <0.00%> (-0.41%) :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 ceeb79c...9ba40f9. Read the comment docs.

mcoughlin commented 3 years ago

Unit tests pass. Merging.