Skip to content

Commit d3e51b8

Browse files
Merge pull request #1087 from SciML/fix-integral-problem-deprecation
Fix IntegralProblem deprecation error in tests
2 parents c1a4e64 + 92cb078 commit d3e51b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/function_building_error_messages.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ for (f, kws, iip) in (
485485
(intfiip, (; nout = 3), true),
486486
(IntegralFunction(intfiip, zeros(3)), (;), true)
487487
),
488-
domain in (((0.0, 1.0),), (([0.0], [1.0]),), (0.0, 1.0), ([0.0], [1.0]))
488+
domain in (((0.0, 1.0),), (([0.0], [1.0]),))
489489

490490
IntegralProblem(f, domain...; kws...)
491491
IntegralProblem(f, domain..., p; kws...)

0 commit comments

Comments
 (0)