Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Mar 8, 2025
1 parent 7899116 commit 2c29507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ecosystem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ end
@test sum(da, weights([0.3,0.3,0.4]); dims=Y) == sum(parent(da), weights([0.3,0.3,0.4]); dims=2)
end

# @testset "DiskArrays" begin
@testset "DiskArrays" begin
raw_data = rand(100, 100, 2)
chunked_data = DiskArrays.TestTypes.ChunkedDiskArray(raw_data, (10, 10, 2))
ds = (X(1.0:100), Y(collect(10:10:1000); span=Regular(10)), Z())
Expand Down

0 comments on commit 2c29507

Please sign in to comment.