alexjbest / cluster-pictures

This package implements the machinery of cluster pictures of Maistret, Morgan, Dokchitser and Dokchitser in Sage.
https://alexjbest.github.io/cluster-pictures/
GNU General Public License v2.0
3 stars 4 forks source link

List index out of range for inertia #15

Closed alexjbest closed 4 years ago

alexjbest commented 4 years ago
sage: a,b,c = 2,2,3
sage: f = (x^2 -  p^a)*((x-1)^2-p^b)*(p^c*x^2-1)
sage: R = Cluster.from_polynomial(f)
rbommel commented 4 years ago

Hopefully solved with the last push.