torressa / cspy

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

Sourcery refactored master branch #46

Closed sourcery-ai[bot] closed 4 years ago

sourcery-ai[bot] commented 4 years ago

Branch master refactored by Sourcery.

If you're happy with these changes, merge this Pull Request using the Squash and merge strategy.

See our documentation here.

Run Sourcery locally

Reduce the feedback loop during development by using the Sourcery editor plugin:

Review changes via command line

To manually merge these changes, make sure you're on the master branch, then run:

git fetch origin sourcery/master
git merge --ff-only FETCH_HEAD
git reset HEAD^
codecov[bot] commented 4 years ago

Codecov Report

Merging #46 into master will increase coverage by 0.06%. The diff coverage is 96.29%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
+ Coverage   92.80%   92.87%   +0.06%     
==========================================
  Files          22       22              
  Lines        1515     1501      -14     
==========================================
- Hits         1406     1394      -12     
+ Misses        109      107       -2     
Impacted Files Coverage Δ
cspy/algorithms/greedy_elimination.py 27.08% <0.00%> (+0.55%) :arrow_up:
cspy/algorithms/psolgent.py 95.58% <93.75%> (-0.04%) :arrow_down:
cspy/algorithms/bidirectional.py 91.85% <100.00%> (-0.22%) :arrow_down:
cspy/algorithms/grasp.py 95.65% <100.00%> (-0.05%) :arrow_down:
cspy/algorithms/label.py 95.83% <100.00%> (ø)
cspy/algorithms/path_base.py 92.39% <100.00%> (+0.81%) :arrow_up:
cspy/algorithms/tabu.py 93.33% <100.00%> (-0.09%) :arrow_down:
cspy/checking.py 86.66% <100.00%> (-0.22%) :arrow_down:
tests/tests_issue17.py 98.96% <100.00%> (ø)
tests/tests_issue22.py 98.76% <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 0bc7850...aaee81f. Read the comment docs.