Skip to content

Commit

Permalink
Fix method overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Apr 4, 2024
1 parent e6adbd6 commit 311ebf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/abstractnamedgraph.jl
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ function neighborhood_dists(
graph::AbstractNamedGraph,
vertex::Integer,
d,
distmx::AbstractMatrix{<:Real}=weights(graph);
distmx::AbstractMatrix{<:Real};
dir=:out,
)
return _neighborhood_dists(graph, vertex, d, distmx; dir)
Expand Down

0 comments on commit 311ebf9

Please sign in to comment.