From 3405e5263e28274d95bea1dac50eb219bbd4308c Mon Sep 17 00:00:00 2001 From: Aayush Sabharwal Date: Tue, 3 Sep 2024 13:24:27 +0530 Subject: [PATCH] fixup! test: add tests for setp_oop using MTK --- test/downstream/setp_oop.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/downstream/setp_oop.jl b/test/downstream/setp_oop.jl index 7b7f91a..bcbdd67 100644 --- a/test/downstream/setp_oop.jl +++ b/test/downstream/setp_oop.jl @@ -1,5 +1,6 @@ using ModelingToolkit using SymbolicIndexingInterface +using ModelingToolkit: t_nounits as t, D_nounits as D @variables x(t) @parameters a b[1:3] c(t) d(t)::Int e [tunable = false] f[1:4] [tunable = false] g::Function