Skip to content

Commit

Permalink
next
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskaus committed Mar 8, 2023
1 parent 06b5fed commit 56d6a24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runtests.jl
Expand Up @@ -222,6 +222,7 @@ clean_directory(TEST_EXAMPLES_DIR) = @test_nowarn rm(TEST_EXAMPLES_DIR, recursiv
end

@testset "get scalar cell data" begin
@show vtk.xml_file
cell_data_raw = get_data(get_cell_data(vtk)[cell_data_name])
cell_data_reshaped = reshape(cell_data_raw, ((Nx-1), (Ny-1), (Nz-1)))
cell_data_reshaped1 = get_data_reshaped(get_cell_data(vtk)[cell_data_name], cell_data=true)
Expand Down

0 comments on commit 56d6a24

Please sign in to comment.