Skip to content

Commit 37b7015

Browse files
committed
typo
1 parent f934680 commit 37b7015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,6 @@ function __get_concrete_algorithm(alg, prob)
210210
end
211211

212212
function _get_tolerance(η, tc_η, ::Type{T}) where {T}
213-
@show fallback_η
213+
fallback_η = real(oneunit(T)) * (eps(real(one(T))))^(4 // 5)
214214
return ifelse!== nothing, η, ifelse(tc_η !== nothing, tc_η, fallback_η))
215215
end

0 commit comments

Comments
 (0)