nasa / dorado-scheduling

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

Add outer loop checks #67

Closed mcoughlin closed 3 years ago

mcoughlin commented 3 years ago

This PR enables bypassing the inner loop.

codecov[bot] commented 3 years ago

Codecov Report

Merging #67 (d184c1a) into main (db4fd9d) will decrease coverage by 0.93%. The diff coverage is 7.69%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #67      +/-   ##
==========================================
- Coverage   31.45%   30.52%   -0.94%     
==========================================
  Files          34       35       +1     
  Lines        1599     1671      +72     
==========================================
+ Hits          503      510       +7     
- Misses       1096     1161      +65     
Impacted Files Coverage Δ
dorado/scheduling/scripts/simsurvey.py 8.27% <2.50%> (-0.24%) :arrow_down:
dorado/scheduling/scripts/animate_skymaps.py 10.93% <10.93%> (ø)

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 db4fd9d...d184c1a. Read the comment docs.

mcoughlin commented 3 years ago

Unit tests pass, merging.