Borda / pyGCO

A python wrapper for gco-v3.0 package, used for graph cuts based MRF optimization.
http://vision.csd.uwo.ca/code
61 stars 18 forks source link

Code Formatting #19

Closed Borda closed 3 years ago

Borda commented 3 years ago

apply some code formatting and add check for it

codecov[bot] commented 3 years ago

Codecov Report

Merging #19 (d5fe3ae) into master (a0c72a3) will increase coverage by 0.16%. The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
+ Coverage   83.16%   83.33%   +0.16%     
==========================================
  Files           3        3              
  Lines         297      300       +3     
==========================================
+ Hits          247      250       +3     
  Misses         50       50              
Flag Coverage Δ
pytest 83.33% <85.71%> (+0.16%) :arrow_up:
python2.7 82.00% <85.71%> (+0.18%) :arrow_up:
python3.6 83.33% <85.71%> (+0.16%) :arrow_up:
python3.9 83.33% <85.71%> (+0.16%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
gco/__init__.py 100.00% <ø> (ø)
gco/pygco.py 78.66% <77.77%> (+0.28%) :arrow_up:
gco/cgco.py 97.10% <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 a0c72a3...d5fe3ae. Read the comment docs.