dendrograms / astrodendro

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

Use ProgressBar class from Astropy #6

Open astrofrog opened 11 years ago

astrofrog commented 11 years ago

To avoid code duplication, we can make use of the ProgressBar class from astropy.utils.console. I plan to do this once #2 and #3 are resolved.