Skip to content

Commit ea470b0

Browse files
committed
Resolve MTK vs SII import name clash in test
1 parent e633c5b commit ea470b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/downstream/solution_interface.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using ModelingToolkit, OrdinaryDiffEq, RecursiveArrayTools, StochasticDiffEq, Test
22
using StochasticDiffEq
33
using SymbolicIndexingInterface
4-
using ModelingToolkit: t_nounits as t, D_nounits as D
4+
using ModelingToolkit: observed, t_nounits as t, D_nounits as D
55
using Plots: Plots, plot
66

77
### Tests on non-layered model (everything should work). ###

0 commit comments

Comments
 (0)