Closed zenalapp closed 2 years ago
I found this weird bug. This doesn't work:
get_pair_types(dists, factor(locs))
I think we should change the check so that factors are allowed (and make sure it doesn't change anything downstream, or change it to a character within the function).
Fixed
I found this weird bug. This doesn't work:
I think we should change the check so that factors are allowed (and make sure it doesn't change anything downstream, or change it to a character within the function).