3-manifolds / SnapPy

SnapPy is a package for studying the topology and geometry of 3-manifolds, with a focus on hyperbolic structures. It is based on the SnapPea kernel written by Jeff Weeks.
https://snappy.computop.org/
87 stars 41 forks source link

removing some unused variables in cython code #100

Closed fchapoton closed 1 year ago

fchapoton commented 1 year ago

found using

 cython-lint cython/ | grep "defined"
fchapoton commented 1 year ago

This should be ready for review now. cython-lint is a nice new tool :fox_face:

fchapoton commented 1 year ago

I think that this one is useful and ready-to-merge. Comments ?