Describe the bug
The PHATE Operator get's stuck in the landmark operation when using precomputed knn_dist
To Reproduce
import phate
phate_op = phate.PHATE(knn_dist='precomputed', knn=7, t=10, n_jobs=-1)
emb = phate_op.fit_transform(D)
Expected behavior
Computation should take more or less the same time as version 1.0.11.
Actual behavior
Code never passes the landmark computation