Skip to content

Commit

Permalink
removing commented out functino
Browse files Browse the repository at this point in the history
  • Loading branch information
PavanChaggar committed Oct 27, 2023
1 parent 7ebe9aa commit 27f7574
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/graphs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,6 @@ function Connectome(A::AbstractMatrix, parc::Parcellation)
Connectome(parc, G, A, A, (n, l) -> n)
end

# function Connectome(A::AbstractMatrix, c::Connectome)
# G = SimpleWeightedGraph(A)
# Connectome(c.parc, G, c.n_matrix, c.l_matrix, c.weight_function)
# end

function Base.show(io::IO, c::Connectome)
display(c.parc)
print(io, "Adjacency Matrix: \n")
Expand Down

0 comments on commit 27f7574

Please sign in to comment.