We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d1221a commit 6ccbb98Copy full SHA for 6ccbb98
src/QuestBase.jl
@@ -72,5 +72,4 @@ hasnan(x::Matrix{Num}) = any(my_isnan, unwrap.(x))
72
my_isnan(x) = isnan(x)
73
my_isnan(x::BasicSymbolic) = false
74
75
-
76
end
0 commit comments