Skip to content

Commit

Permalink
restore debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Nov 13, 2024
1 parent 5f9b198 commit 9799415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GraphRecipes/src/graphs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ more details.
end

@series begin
# @debug num_edges_nodes := (length(edges_list[1]), length(node_vec_vec_xy)) # for debugging / tests
@debug num_edges_nodes := (length(edges_list[1]), length(node_vec_vec_xy)) # for debugging / tests

seriestype := if method in (:tree, :buchheim, :chorddiagram)
:curves
Expand Down

0 comments on commit 9799415

Please sign in to comment.