silx-kit / silx

silx toolkit
http://www.silx.org/doc/silx/latest/
MIT License
129 stars 73 forks source link

silx.image.marchingsquare: Fixed cython warning #4110

Closed t20100 closed 5 months ago

t20100 commented 5 months ago

Checklist:


This PR fixes a cython code generation warning with cython 3.0.10. I checked that the generated C++ code is the same and that it's OK with a previous version of Cython (3.0.6).

closes #4105