tpaviot / ProcessScheduler

A Python package for automatic and optimized resource scheduling
https://processscheduler.github.io/
GNU General Public License v3.0
59 stars 18 forks source link

Add a debug mode that superseeds verbosity #21

Closed tpaviot closed 3 years ago

tpaviot commented 3 years ago

The debug mode is useful to track for conflicting constraints

codecov-commenter commented 3 years ago

Codecov Report

Merging #21 (1fd58d0) into master (f8f9c36) will decrease coverage by 0.34%. The diff coverage is 86.36%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
- Coverage   98.17%   97.82%   -0.35%     
==========================================
  Files          20       20              
  Lines        2193     2209      +16     
==========================================
+ Hits         2153     2161       +8     
- Misses         40       48       +8     
Impacted Files Coverage Δ
processscheduler/solver.py 95.20% <83.78%> (-4.80%) :arrow_down:
test/test_cumulative.py 99.10% <100.00%> (ø)
test/test_indicator.py 99.00% <100.00%> (ø)
test/test_optional_task.py 99.42% <100.00%> (ø)
test/test_solver.py 99.67% <100.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 f8f9c36...1fd58d0. Read the comment docs.