Skip to content

Commit 74ae2f3

Browse files
committed
Fix the building for MacOS (#290)
1 parent 3a3d8e0 commit 74ae2f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/archive/test_archive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def test_writehex(tmpdir, hex_archive):
201201

202202
def test_write_voxel(tmpdir):
203203
filename = str(tmpdir.join("tmp.cdb"))
204-
grid = pv.ImageData(dimensions=(10, 10, 10))
204+
grid = pv.UniformGrid(dimensions=(10, 10, 10))
205205
pymapdl_reader.save_as_archive(filename, grid)
206206

207207
archive = pymapdl_reader.Archive(filename)

0 commit comments

Comments
 (0)