From 6179bcdf0a19912125db8f859d87a05eec9471ad Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Fri, 29 Sep 2023 15:47:49 -0400 Subject: [PATCH] Update basic_problems.jl I have no clue which ones need to be displayed. I am just unbreaking the precompilation --- src/problems/basic_problems.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/problems/basic_problems.jl b/src/problems/basic_problems.jl index fc9df9686..1207fe79b 100644 --- a/src/problems/basic_problems.jl +++ b/src/problems/basic_problems.jl @@ -459,7 +459,7 @@ struct SampledIntegralProblem{Y, X, K} <: AbstractIntegralProblem{false} end end -TruncatedStacktraces.@truncate_stacktrace SampledIntegralProblem 1 4 +TruncatedStacktraces.@truncate_stacktrace SampledIntegralProblem @doc doc"""