nasa / dorado-scheduling

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

required is now False so will simply default to --skygrid-method #59

Closed mcoughlin closed 3 years ago

mcoughlin commented 3 years ago

Fixes #57

codecov[bot] commented 3 years ago

Codecov Report

Merging #59 (419289b) into main (bcc7313) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #59   +/-   ##
=======================================
  Coverage   31.41%   31.41%           
=======================================
  Files          28       28           
  Lines        1340     1340           
=======================================
  Hits          421      421           
  Misses        919      919           
Impacted Files Coverage Δ
dorado/scheduling/scripts/main.py 9.40% <0.00%> (ø)
dorado/scheduling/scripts/metrics.py 9.09% <0.00%> (ø)
dorado/scheduling/scripts/simsurvey.py 9.40% <0.00%> (ø)

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 bcc7313...419289b. Read the comment docs.

mcoughlin commented 3 years ago

Unit tests pass. Merging.