We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b55387 commit 3ffe60cCopy full SHA for 3ffe60c
tests/integration/test_tessellation.py
@@ -136,8 +136,8 @@ def test_component_tessellate(modeler: Modeler):
136
comp.plot()
137
assert "PolyData" in str(mesh)
138
if modeler.client.backend_type != BackendType.LINUX_SERVICE:
139
- assert mesh.n_cells == 15872
140
- assert mesh.n_faces == 15872
+ assert mesh.n_cells == 3280
+ assert mesh.n_faces == 3280
141
assert mesh.n_arrays == 0
142
assert mesh.n_points == 3300
143
assert mesh.bounds == pytest.approx(
0 commit comments