Add `clean_distances!` to the end of `distances` step
lmrodriguezr opened this issue · 0 comments
lmrodriguezr commented
This would reduce the load on haai_distances
, which cannot run across nodes. The redundant call is ok, since the delete
operation is really the slow step.