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

Change language argument for Cython features extension #29

Closed arjunvnair closed 2 years ago

arjunvnair commented 3 years ago

The compilation step throws a Clang error unless this change is made, at least when I'm running it on my end. Let me know if the issue lies somewhere else.

codecov[bot] commented 3 years ago

Codecov Report

Merging #29 (97d3579) into master (c52e709) will not change coverage. The diff coverage is n/a.

@@          Coverage Diff          @@
##           master    #29   +/-   ##
=====================================
  Coverage      93%    93%           
=====================================
  Files          16     16           
  Lines        4120   4120           
=====================================
  Hits         3850   3850           
  Misses        270    270           
ghost commented 3 years ago

Congratulations :tada:. DeepCode analyzed your code in 3.066 seconds and we found no issues. Enjoy a moment of no bugs :sunny:.

👉 View analysis in DeepCode’s Dashboard | Configure the bot

👉 The DeepCode service and API will be deprecated in August, 2021. Here is the information how to migrate. Thank you for using DeepCode 🙏 ❤️ !

If you are using our plugins, you might be interested in their successors: Snyk's JetBrains plugin and Snyk's VS Code plugin.

Borda commented 3 years ago

@arjunvnair mind update with the master?