Skip to content

Commit a5105a7

Browse files
committed
fix
1 parent d854bfd commit a5105a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/extensions/graphmakie.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ let
7474
k * C, A --> C
7575
k * B, B --> C
7676
end
77-
srg = CGME.SRGraphWrap(rn)
77+
srg = CGME.MultiGraphWrap(rn)
7878
s = length(species(rn))
7979
@test ne(srg) == 8
8080
@test Graphs.Edge(3, s+2) srg.rateedges
@@ -96,7 +96,7 @@ let
9696
k * A, A --> C
9797
k * B, B --> C
9898
end
99-
srg = CGME.SRGraphWrap(rn)
99+
srg = CGME.MultiGraphWrap(rn)
100100
s = length(species(rn))
101101
@test ne(srg) == 8
102102
# Since A, B is both a dep and a reactant

0 commit comments

Comments
 (0)