dendrograms / astrodendro

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

Minor change: check type of index before using it #98

Closed keflavich closed 10 years ago

keflavich commented 10 years ago

Indexing with an array and a list and a tuple are all different; this PR ensures that the correct behavior is used in structure_at.

ChrisBeaumont commented 10 years ago

This looks good to me -- I restarted the failed travis builds, to see if it's a one-off Matplotlib installation issue

ChrisBeaumont commented 10 years ago

Tests passing now. Good to merge, @astrofrog?

astrofrog commented 10 years ago

Yes, looks good, thanks @keflavich!