Skip to content

Commit 483c972

Browse files
committed
fix test
1 parent 0d64d28 commit 483c972

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/test_variable_metadata.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,6 @@ params_meta = Dict([ModelingToolkit.getname(meta.var) => meta for meta in params
187187
@test params_meta[:p].default == 3.0
188188
@test isequal(params_meta[:q].dependency, 2p)
189189

190-
# Noise
191-
@variables x [noise = 1]
192-
@test hasnoise(x)
193-
@test getnoise(x) == 1
194-
@test ModelingToolkit.dump_variable_metadata(x).noise == 1
195-
196190
# Connect
197191
@variables x [connect = Flow]
198192
@test hasconnect(x)

0 commit comments

Comments
 (0)