Skip to content

Commit

Permalink
more convert tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Aug 31, 2023
1 parent c0b0f2b commit 31d22ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/array.jl
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ end
@test ac == a2
# To DimArray
@test all(convert(DimArray{Float32}, da) .=== Float32.(da))
@test convert(DimArray{eltype(da)}, da) === da
@test convert(DimArray{eltype(da)}, da) === convert(DimArray, da) === da
end

if VERSION > v"1.1-"
Expand Down

0 comments on commit 31d22ad

Please sign in to comment.