torressa / cspy

A collection of algorithms for the (Resource) Constrained Shortest Path problem in Python / C++ / C#
https://torressa.github.io/cspy/
MIT License
77 stars 24 forks source link

Patch23 #24

Closed torressa closed 4 years ago

torressa commented 4 years ago

Backwards incompatible but definitely useful feature request from #23

codecov[bot] commented 4 years ago

Codecov Report

Merging #24 into master will increase coverage by 0.43%. The diff coverage is 89.39%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
+ Coverage   90.69%   91.12%   +0.43%     
==========================================
  Files          29       29              
  Lines        1730     1939     +209     
==========================================
+ Hits         1569     1767     +198     
- Misses        161      172      +11
Impacted Files Coverage Δ
tests/tests_preprocessing.py 97.72% <100%> (+1.29%) :arrow_up:
tests/tests_issue20.py 96.66% <100%> (+0.83%) :arrow_up:
examples/cgar/sub.py 98.56% <100%> (+0.02%) :arrow_up:
tests/tests_bidirectional.py 98.55% <100%> (+0.51%) :arrow_up:
tests/tests_psolgent.py 97.5% <100%> (+0.72%) :arrow_up:
cspy/__init__.py 100% <100%> (ø) :arrow_up:
tests/tests_tabu.py 97.56% <100%> (+0.68%) :arrow_up:
cspy/preprocessing.py 73.17% <100%> (-7.54%) :arrow_down:
tests/tests_issue22.py 98.76% <100%> (+0.43%) :arrow_up:
tests/tests_issue17.py 98.97% <100%> (+0.17%) :arrow_up:
... and 10 more

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 5ada456...c1ff9b6. Read the comment docs.