diff --git a/src/utils.jl b/src/utils.jl index 321e0d94..c6bbdb13 100644 --- a/src/utils.jl +++ b/src/utils.jl @@ -152,12 +152,4 @@ function jacobian(m,x) xp.grad .*= 0 # Reset gradient accumulator end J' -end - -# struct StopException <: Exception -# x::Symbol -# end - -# function stop(x) -# throw(StopException(x)) -# end \ No newline at end of file +end \ No newline at end of file