Skip to content

Commit

Permalink
Merge pull request #515 from SciML/unbreak
Browse files Browse the repository at this point in the history
[URGENT] Unbreak Precompilation of SciMLBase on 1.9 with TruncatedStacktraces enabled!
  • Loading branch information
ChrisRackauckas authored Sep 29, 2023
2 parents 676c3db + 6179bcd commit 67c495b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/problems/basic_problems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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"""
Expand Down

0 comments on commit 67c495b

Please sign in to comment.