Borda / pyImSegm

Image segmentation - general superpixel segmentation & center detection & region growing
https://borda.github.io/pyImSegm
BSD 3-Clause "New" or "Revised" License
373 stars 73 forks source link

Refactor: more DeepSource suggestions #38

Closed Borda closed 3 years ago

Borda commented 3 years ago

Description

deploy more more suggestions from DeepSource

Type of change

Please delete options that are not relevant.

Checklist:

codecov[bot] commented 3 years ago

Codecov Report

Merging #38 (18e25b1) into master (9c542f4) will decrease coverage by 0%. The diff coverage is 83%.

@@          Coverage Diff          @@
##           master    #38   +/-   ##
=====================================
- Coverage      93%    93%   -0%     
=====================================
  Files          16     16           
  Lines        4116   4117    +1     
=====================================
  Hits         3847   3847           
- Misses        269    270    +1     
pep8speaks commented 3 years ago

Hello @Borda! Thanks for updating this PR.

Line 606:111: E501 line too long (111 > 110 characters) Line 644:111: E501 line too long (114 > 110 characters)

Line 711:111: E501 line too long (112 > 110 characters)

Line 1711:111: E501 line too long (112 > 110 characters)

Line 52:111: E501 line too long (115 > 110 characters)

Comment last updated at 2021-07-15 08:19:31 UTC