Skip to content

Commit

Permalink
drop bifkit
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacsas committed Nov 14, 2024
1 parent a5ebaeb commit 1503762
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ HomotopyContinuation = "f213a82b-91d6-5c5d-acf7-10f1c761b327"
# StructuralIdentifiability = "220ca800-aa68-49bb-acd8-6037fa93a544"

[extensions]
CatalystBifurcationKitExtension = "BifurcationKit"
# CatalystBifurcationKitExtension = "BifurcationKit"
CatalystCairoMakieExtension = "CairoMakie"
CatalystGraphMakieExtension = "GraphMakie"
CatalystHomotopyContinuationExtension = "HomotopyContinuation"
# CatalystStructuralIdentifiabilityExtension = "StructuralIdentifiability"

[compat]
BifurcationKit = "0.3"
# BifurcationKit = "0.3"
CairoMakie = "0.12"
Combinatorics = "1.0.2"
DataStructures = "0.18"
Expand Down
4 changes: 2 additions & 2 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
BifurcationKit = "0f109fa4-8a5d-4b75-95aa-f515264e7665"
# BifurcationKit = "0f109fa4-8a5d-4b75-95aa-f515264e7665"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Catalyst = "479239e8-5488-4da2-87a7-35f2df7eef83"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand Down Expand Up @@ -45,7 +45,7 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"

[compat]
BenchmarkTools = "1.5"
BifurcationKit = "0.3.4"
# BifurcationKit = "0.3.4"
CairoMakie = "0.12"
Catalyst = "14.4"
DataFrames = "1.6"
Expand Down
4 changes: 3 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ end
if GROUP == "All" || GROUP == "Extensions"
activate_extensions_env()

@time @safetestset "BifurcationKit Extension" begin include("extensions/bifurcation_kit.jl") end
# BROKEN
# @time @safetestset "BifurcationKit Extension" begin include("extensions/bifurcation_kit.jl") end

@time @safetestset "HomotopyContinuation Extension" begin include("extensions/homotopy_continuation.jl") end

# BROKEN
Expand Down

0 comments on commit 1503762

Please sign in to comment.