Skip to content

Commit

Permalink
more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Sep 13, 2023
1 parent 6caba7b commit 5ee117e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/plotrecipes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,8 @@ if !haskey(ENV, "CI")
A3 = DimArray(rand(10, 10, 5), (:a, :b, :c); name=:stuff)
volume(A3)
volumeslices(A3)
# x/y/z can be specified
A2 = DimArray(rand(10, 10, 7), (:a, :b, :c); name=:stuff)
volume(A3; x=:c)
volumeslices(A3; z=:a)
end

0 comments on commit 5ee117e

Please sign in to comment.