Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCappelletti94 authored Jul 30, 2022
1 parent 64dcfed commit 678e9fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def fit(self, graph: nx.classes.graph.Graph):
L_tilde,
k=self.dimensions,
which="SM",
maxiter=self.maximum_number_of_iterations,
maxiter=self.maximum_number_of_iterations * number_of_nodes,
return_eigenvectors=True
)

Expand Down

0 comments on commit 678e9fd

Please sign in to comment.