Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsh530 committed Oct 10, 2023
1 parent 7c5ca1d commit cd2da87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,6 @@ function evaluate_f(f, u, p, ::Val{iip}; fu = nothing) where {iip}
end

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

0 comments on commit cd2da87

Please sign in to comment.