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

currently is_ubereven thinks singletons are ubereven #13

Closed alexjbest closed 4 years ago

alexjbest commented 4 years ago
R  =Cluster.from_picture("((****)_2(**)_1(**)_1/2)_0")
[s for s in R.all_descendants() if s.is_ubereven()]
rbommel commented 4 years ago

Should be fixed with my last push.