nasa / dorado-scheduling

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

Disable solution pool #78

Closed lpsinger closed 3 years ago

lpsinger commented 3 years ago

We are not examining multiple solutions from CPLEX. The solution pool is just eating up unnecessary memory.

codecov[bot] commented 3 years ago

Codecov Report

Merging #78 (9ec8b2a) into main (e520863) will decrease coverage by 0.50%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #78      +/-   ##
==========================================
- Coverage   29.47%   28.97%   -0.51%     
==========================================
  Files          35       35              
  Lines        1737     1767      +30     
==========================================
  Hits          512      512              
- Misses       1225     1255      +30     
Impacted Files Coverage Δ
dorado/scheduling/scripts/main.py 12.50% <0.00%> (-0.15%) :arrow_down:
dorado/scheduling/scripts/survey_slicer.py 4.76% <0.00%> (-0.72%) :arrow_down:
dorado/scheduling/scripts/simsurvey.py 6.79% <0.00%> (-0.14%) :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 e520863...9ec8b2a. Read the comment docs.