DarkEnergySurvey / ugali

Ultra-faint galaxy likelihood toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug in plotMembership in ugali.utils.plotting

willcerny opened this issue · comments

In Line 1219 and 1220 of ugali.utils.plotting.py, an error is returned in calls to plotMembership because of a reference to self.isochrone.band_1 and self.isochrone.band_2. The "self" should be removed in both cases.

Also, the axes labels are swapped - line 1219 should be set_xlabel and 1220 should be set_ylabel