You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In python 3.6, the get_class_ind function (c / self.k) in magnet_tools.py may return float not integer value, which leads the following sq_dists[...]=np.inf invalid.
In python 3.6, the
get_class_indfunction (c / self.k) inmagnet_tools.pymay return float not integer value, which leads the followingsq_dists[...]=np.infinvalid.