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 22cfe59 commit 19f917aCopy full SHA for 19f917a
test/runtests.jl
@@ -104,7 +104,7 @@ for val in samples
104
@test subs(ex, x, val) == val^2 + y^2
105
@test subs(ex, (x, val)) == val^2 + y^2
106
@test subs(ex, x => val) == val^2 + y^2
107
- @test subs(ex, SymEngine.CMapMapBasic(Dict(x=>val))) == val^2 + y^2
+ @test subs(ex, SymEngine.CMapBasicBasic(Dict(x=>val))) == val^2 + y^2
108
@test subs(ex, Dict(x=>val)) == val^2 + y^2
109
end
110
# This probably results in a number of redundant tests (operator order).
0 commit comments