We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a307fd2 commit 5861118Copy full SHA for 5861118
1 file changed
test/python/unittest/API/APITest.py
@@ -2343,13 +2343,6 @@ def testScalarHdf5Fields(self):
2343
self.assertEqual(loaded_from_scalar, np.array([45]))
2344
series_read_again.close()
2345
2346
- def testKeepaliveComponentExtraction(self):
2347
- """Test that keepalive specifications
2348
- guard root objects from garbage collection."""
2349
- self.testKeepaliveMeshComponent()
2350
- self.testKeepaliveParticlePosition()
2351
- self.testKeepaliveParticlePatches()
2352
-
2353
def testKeepaliveMeshComponent(self):
2354
"""Test keepalive for mesh component extraction."""
2355
for ext in tested_file_extensions:
0 commit comments