Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
vyudu committed Oct 29, 2024
1 parent c6a9ef3 commit df2a50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/extensions/bifurcation_kit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ let

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

# Test that parameter updating happens correctly in ODESystem
t = default_t()
Expand Down

0 comments on commit df2a50a

Please sign in to comment.