flatsurf / surface-dynamics

Teichmüller dynamics in SageMath
https://flatsurf.github.io/surface-dynamics/
GNU General Public License v2.0
11 stars 13 forks source link

Permutation.flips() #80

Open magalijay opened 5 months ago

magalijay commented 5 months ago

The methods flips() of the class Permutation (defined in interval_exchanges/template.py) defines and modify two lists res and letters the same way, but only letters is used.

videlec commented 5 months ago

I agree, there is something weird with this code.