kmayerb / tcrdist3

flexible CDR based distance metrics
MIT License
53 stars 17 forks source link

compute_sparse_rect_distances replaces 0 values with -1 #104

Closed liel-cohen closed 2 months ago

liel-cohen commented 2 months ago

When using compute_sparse_rect_distances() instead of compute_distances(), the result matrices rw_alpha and rw_beta contain '-1' values instead of '0's (in the diagonal as well as other matrix entries).

liel-cohen commented 2 months ago

I though it's a bug, but apparently it's a feature. closing issue!