Skip to content

Commit

Permalink
Fix the building for MacOS (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Jul 21, 2023
1 parent 3a3d8e0 commit 74ae2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/archive/test_archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def test_writehex(tmpdir, hex_archive):

def test_write_voxel(tmpdir):
filename = str(tmpdir.join("tmp.cdb"))
grid = pv.ImageData(dimensions=(10, 10, 10))
grid = pv.UniformGrid(dimensions=(10, 10, 10))
pymapdl_reader.save_as_archive(filename, grid)

archive = pymapdl_reader.Archive(filename)
Expand Down

0 comments on commit 74ae2f3

Please sign in to comment.