From 1af7a53e1f9ba096e4cd2acc71b80576eb1d86d1 Mon Sep 17 00:00:00 2001 From: Dhairya Gandhi Date: Mon, 20 Aug 2018 18:10:20 +0530 Subject: [PATCH] housekeeping: removed commented code --- src/utils.jl | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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