Skip to content

Commit de81afc

Browse files
Merge pull request #2496 from SciML/ChrisRackauckas-patch-8
Fix iterator tests for v1.11
2 parents 6646ccb + 72d7a07 commit de81afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integrators/iterator_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ end
6262
A = integrator([1.0; 2.0])
6363
B = integrator([1.0; 2.0], idxs = 1:2:5)
6464

65-
@test minimum([A[i][1:2:5] == B[i] for i in 1:length(A)])
65+
@test minimum([A[i][1:2:5] B[i] for i in 1:length(A)])
6666

6767
integrator(A[1], 0.5)
6868
@test A[1] == integrator(0.5)

0 commit comments

Comments
 (0)