Skip to content

Commit

Permalink
unbrake
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Jan 28, 2025
1 parent abfa7f1 commit b13ec97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/eachobs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
for (i,x) in enumerate(eachobs(X, buffer=b))
@test x == X[:,i]
end
@test_broken b == X[:,end]
@test b == X[:,end]

@testset "batched" begin
for (i, x) in enumerate(eachobs(X, batchsize=2, partial=true))
Expand Down

0 comments on commit b13ec97

Please sign in to comment.