Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Feb 1, 2024
1 parent db84e2a commit 985a0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ end
if VERSION >= v"1.7.0"
@testset "Broadcasted assignment with trailing singleton dimensions" begin
a1 = rand(10,9,1,1)
a_disk1 = _DiskArray(a1)
a_disk1 = AccessCountDiskArray(a1)
s = zeros(10,9)
@test begin
s .= a_disk1
Expand Down

0 comments on commit 985a0f7

Please sign in to comment.