diff --git a/src/utilities.jl b/src/utilities.jl index 0c7c944..8ed319e 100644 --- a/src/utilities.jl +++ b/src/utilities.jl @@ -179,7 +179,6 @@ function solve_shifted_system!( σ::T, ) where {T, I, F1, F2, F3} - # check if σ < 0 if σ < 0 throw(ArgumentError("σ must be nonnegative")) end