Skip to content

Commit 55ff45a

Browse files
committed
Try fixing tests
1 parent a9dd3b0 commit 55ff45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blocksparsearrayinterface/broadcast.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ end
4141
# which is logic that is handled by `fill!`.
4242
function copyto_blocksparse!(dest::AbstractArray, bc::Broadcasted{<:AbstractArrayStyle{0}})
4343
value = bc.f(bc.args...)
44-
return fill!(dest, value)
44+
return @interface BlockSparseArrayInterface() fill!(dest, value)
4545
end
4646

4747
# Broadcasting implementation

0 commit comments

Comments
 (0)