Skip to content

Commit

Permalink
Updated Catalyst compatibility requirements, stabilised tests somewhat
Browse files Browse the repository at this point in the history
  • Loading branch information
kaandocal committed Jul 18, 2024
1 parent 9ec1ebd commit 90e969e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
Catalyst = "13"
Catalyst = "13,14"
DiffEqBase = "6"
MacroTools = "^0.5.5"
Reexport = "1"
Expand Down
2 changes: 1 addition & 1 deletion test/birthdeath2D.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pmap = [ :r1 => prs[1],

ps = last.(pmap)

Nmax = 40
Nmax = 45

u0 = zeros(Nmax+1, Nmax+1)
u0[1] = 1.0
Expand Down
2 changes: 0 additions & 2 deletions test/feedbackloop.jl
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,3 @@ sol_ss_perm = solve(prob_ss_perm, SSRootfind())
sol_ss_perm.u ./= sum(sol_ss_perm.u)

@test sol_ss_perm.u sol_ss.u' atol=1e-4


0 comments on commit 90e969e

Please sign in to comment.