Skip to content

Commit

Permalink
Merge pull request #316 from sdmccabe/nbd-black
Browse files Browse the repository at this point in the history
Address black version update
  • Loading branch information
netsiphd committed Nov 2, 2020
2 parents 8595661 + 4254a28 commit 8d7d214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netrd/distance/nbd.py
Expand Up @@ -25,7 +25,7 @@ class NonBacktrackingSpectral(BaseDistance):

@unweighted
def dist(
self, G1, G2, topk="automatic", ignore_negative_evals=True, batch=100, tol=1e-5,
self, G1, G2, topk="automatic", ignore_negative_evals=True, batch=100, tol=1e-5
):
"""Non-Backtracking Distance between two graphs.
Expand Down

0 comments on commit 8d7d214

Please sign in to comment.