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 the read_pd() function of the dist_reader class there is an option to drop samples based on a minimum distance (i.e. the lowest threshold set for clusters).
Problem
In the
read_pd()
function of thedist_reader
class there is an option to drop samples based on a minimum distance (i.e. the lowest threshold set for clusters).This creates an issue in the
assign
class when theid
is dropped fromdist
Which creates a
KeyError
Proposed Solution
Not the most efficient, but easy to implement, is to add a conditional statement prior to appending the address:
The text was updated successfully, but these errors were encountered: