BianKov / iterEmb

Iterative Embedding and ReWeighting (IERW)
1 stars 0 forks source link

Add safeguard #20

Closed skojaku closed 9 months ago

skojaku commented 9 months ago

Update

skojaku commented 9 months ago

The new version of scipy complained data type mismatch when computing the shortest Path length. To prevent this, added a code to ensure that the (weighted) adjacency matrix is float.