Skip to content

Commit 80e94d6

Browse files
committed
up
1 parent b78882d commit 80e94d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/extensions/bifurcation_kit.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ let
166166
# Checks that the bifurcation diagram is correct.
167167
xs = getfield.(bif_dia.γ.branch, :x)
168168
k1s = getfield.(bif_dia.γ.branch, :param)
169-
all(1 ./ k1s .* (1 .- xs) .≈ xs)
169+
@test all(1 ./ k1s .* (1 .- xs) .≈ xs)
170170

171171
# Checks that there is an error if information for conserved quantities computation is not provided.
172172
@test_throws Exception bprob = BifurcationProblem(rn, u_guess, p_start, k1; plot_var = X1)

0 commit comments

Comments
 (0)