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/
84 stars 39 forks source link

remove a lot of trailing white spaces (in code) #52

Closed fchapoton closed 2 years ago

fchapoton commented 2 years ago

this was scripted using

pep -q --select=W291 python/ | xargs autopep8  --select W291 --in-place

and the same for W293