You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This line of code isfinite(SimpleRatio(1,1))
yields the following
ERROR: MethodError: no method matching decompose(::SimpleRatio{Int64})
Closest candidates are:
decompose(::BigFloat) at hashing2.jl:133
decompose(::Float64) at hashing2.jl:122
decompose(::Float32) at hashing2.jl:111
...
Stacktrace:
[1] isfinite(::SimpleRatio{Int64}) at ./float.jl:546
[2] top-level scope at none:0
I ran into this while using Interpolations and ForwardDiff with NaN checking enabled. I'm assuming that this just hasn't been implemented yet for the SimpleRatio type.
The text was updated successfully, but these errors were encountered:
This line of code
isfinite(SimpleRatio(1,1))
yields the following
I ran into this while using Interpolations and ForwardDiff with NaN checking enabled. I'm assuming that this just hasn't been implemented yet for the SimpleRatio type.
The text was updated successfully, but these errors were encountered: