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 389874f commit 00a9a96Copy full SHA for 00a9a96
src/api.jl
@@ -18,7 +18,7 @@ function simplify(x;
18
thread_subtree_cutoff=100,
19
rewriter=nothing)
20
if polynorm !== nothing
21
- Base.@depwarn "simplify(.. ;polynorm=$polynorm) is deprecated, use simplify(..; expand=$polynorm) instead"
+ Base.depwarn("simplify(..; polynorm=$polynorm) is deprecated, use simplify(..; expand=$polynorm) instead")
22
end
23
24
f = if rewriter === nothing
0 commit comments