clamp
gives TypeError from julia 1.11
#207
Labels
new overloads
A new method on tracers is required by a user.
clamp
gives TypeError from julia 1.11
#207
On Julia 1.10.5 this gives:
But on Julia 1.11 and nightly it gives:
I suspect the reason is moving clamp from
isless
on 1.10 to the ternary operator on 1.11.This was changed in JuliaLang/julia#54038.
The text was updated successfully, but these errors were encountered: