We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1254e6 commit 3bdb008Copy full SHA for 3bdb008
test/linearize.jl
@@ -237,7 +237,7 @@ if VERSION >= v"1.8"
237
def = merge(def, Dict(x => 0.0 for x in dummyder))
238
239
@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
+ @test substitute(lsyss.B, def) ≈ lsys.B
+ @test substitute(lsyss.C, def) ≈ lsys.C
+ @test substitute(lsyss.D, def) ≈ lsys.D
243
end
0 commit comments