Skip to content

Commit

Permalink
removed old commented method
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKolbow committed Sep 24, 2024
1 parent 0a9eb4a commit 86bec81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/compareNetworks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,6 @@ function hardwiredClusters_treelike(tree::HybridNetwork, S::Union{Vector{String}

try
saved_map[edge.number] = saved_map[e1.number] .|| saved_map[e2.number]
# saved_map[edge] = vcat(saved_map[e1.number], saved_map[e2.number])
catch e
enqueue!(working_edgeset, edge)
continue
Expand Down

0 comments on commit 86bec81

Please sign in to comment.