From 91b2c1f3132d4ca03714d6f53d508dbe0d1d5900 Mon Sep 17 00:00:00 2001 From: Aayush Sabharwal Date: Tue, 3 Sep 2024 14:19:11 +0530 Subject: [PATCH] fixup! test: add tests for setp_oop using MTK --- test/downstream/setp_oop.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/downstream/setp_oop.jl b/test/downstream/setp_oop.jl index bcbdd67..c80471f 100644 --- a/test/downstream/setp_oop.jl +++ b/test/downstream/setp_oop.jl @@ -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)