Skip to content

Commit a4a4620

Browse files
committed
up
1 parent 16d1186 commit a4a4620

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
@@ -251,7 +251,7 @@ let
251251

252252
xs = getfield.(bif_dia.γ.branch, :x)
253253
ks = getfield.(bif_dia.γ.branch, :param)
254-
# @test @. 8 * (ks / (ks + ks^2)) ≈ xs
254+
@test_broken @. 8 * (ks / (ks + ks^2)) xs
255255

256256
# Test that parameter updating happens correctly in ODESystem
257257
t = default_t()

0 commit comments

Comments
 (0)