Skip to content

Commit f28ec30

Browse files
committed
update compeltness tests for extensions
1 parent 62802eb commit f28ec30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/extensions/bifurcation_kit.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ let
187187
(p, d), 0 <--> X
188188
end
189189
u0_guess = [:X => 1.0]
190-
p_start = [p => 1.0, d => 0.2]
190+
p_start = [:p => 1.0, :d => 0.2]
191191

192192
# Computes bifurcation diagram.
193193
@test_throws Exception BifurcationProblem(incomplete_network, u0_guess, p_start, :p)

test/extensions/homotopy_continuation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ let
115115
incomplete_network = @network_component begin
116116
(p, d), 0 <--> X
117117
end
118-
p_start = [p => 1.0, d => 0.2]
118+
p_start = [:p => 1.0, :d => 0.2]
119119

120120
# Computes bifurcation diagram.
121121
@test_throws Exception hc_steady_states(incomplete_network, p_start)

0 commit comments

Comments
 (0)