Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add test for new complex graph
  • Loading branch information
isaacsas committed Aug 20, 2021
commit 4218ddbd054be3e8ab19f76730b25d5d3f439d9d
5 changes: 5 additions & 0 deletions test/graphs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ gr = Graph(rn)
fname = Base.Filesystem.tempname()
savegraph(gr, "$fname.svg", "svg")

rcgr = ReactionComplexesGraph(rn)
fname = Base.Filesystem.tempname()
savegraph(rcgr, "$fname.svg", "svg")


# this are broken in the jll, see
# https://github.com/JuliaPackaging/Yggdrasil/issues/1428
# savegraph(gr, "$fname.pdf", "pdf")
Expand Down