Skip to content

Commit

Permalink
fixup! test: add tests for setp_oop using MTK
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSabharwal committed Sep 3, 2024
1 parent 3405e52 commit 91b2c1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/downstream/setp_oop.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ prob = ODEProblem(sys,
ps = prob.p

syms = [a, b, c, d, e, f, g]
newvals = [1.0f0, view(rand(Float32, 5), 2:4), c => BigFloat("1.01"),
d => BigInt("12345"), e => 2.0f0, f => view(rand(2, 2), 1:4), g => (+)]
newvals = [1.0f0, view(rand(Float32, 5), 2:4), c => big"1.01",
d => big"12345", e => 2.0f0, f => view(rand(2, 2), 1:4), g => (+)]

for (sym, val) in zip(syms, vals)
for valp in (prob, ps)
Expand Down

0 comments on commit 91b2c1f

Please sign in to comment.