Skip to content

Commit 3bdb008

Browse files
committed
test approx equal
1 parent b1254e6 commit 3bdb008

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/linearize.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ if VERSION >= v"1.8"
237237
def = merge(def, Dict(x => 0.0 for x in dummyder))
238238

239239
@test substitute(lsyss.A, def) lsys.A
240-
@test substitute(lsyss.B, def) == lsys.B
241-
@test substitute(lsyss.C, def) == lsys.C
242-
@test substitute(lsyss.D, def) == lsys.D
240+
@test substitute(lsyss.B, def) lsys.B
241+
@test substitute(lsyss.C, def) lsys.C
242+
@test substitute(lsyss.D, def) lsys.D
243243
end

0 commit comments

Comments
 (0)