dendrograms / astrodendro

Generate a dendrogram from a dataset
https://dendrograms.readthedocs.io/
Other
37 stars 38 forks source link

Avoid Recursion #86

Closed ChrisBeaumont closed 10 years ago

ChrisBeaumont commented 10 years ago

This fixes some recursive code called during dendrogram plotting, that can break the default recursion limit.

This also renames get_sorted_leaves to sorted_leaves

ChrisBeaumont commented 10 years ago

This addresses #69

ChrisBeaumont commented 10 years ago

@astrofrog ready for review

astrofrog commented 10 years ago

@ChrisBeaumont - this looks great! You need to change get_sorted_leaves to sorted_leaves twice in docs/api/astrodendro.structure.Structure.rst otherwise the docs build with warnings. Otherwise, feel free to merge!