@@ -2349,25 +2349,22 @@ def testKeepaliveComponentExtraction(self):
23492349 guard root objects from garbage collection."""
23502350 self .testKeepaliveMeshComponent ()
23512351 self .testKeepaliveParticlePosition ()
2352- self .testKeepaliveParticlePatches ()
2352+ # self.testKeepaliveParticlePatches()
23532353
23542354 def testKeepaliveMeshComponent (self ):
23552355 """Test keepalive for mesh component extraction."""
2356- # for ext in tested_file_extensions:
2357- # self.backend_keepalive_mesh_component(ext)
2358- self .backend_keepalive_mesh_component ("bp5" )
2356+ for ext in tested_file_extensions :
2357+ self .backend_keepalive_mesh_component (ext )
23592358
23602359 def testKeepaliveParticlePosition (self ):
23612360 """Test keepalive for particle position component extraction."""
2362- # for ext in tested_file_extensions:
2363- # self.backend_keepalive_particle_position(ext)
2364- self .backend_keepalive_particle_position ("bp5" )
2361+ for ext in tested_file_extensions :
2362+ self .backend_keepalive_particle_position (ext )
23652363
23662364 def testKeepaliveParticlePatches (self ):
23672365 """Test keepalive for particle patches component extraction."""
2368- # for ext in tested_file_extensions:
2369- # self.backend_keepalive_particle_patches(ext)
2370- self .backend_keepalive_particle_patches ("bp5" )
2366+ for ext in tested_file_extensions :
2367+ self .backend_keepalive_particle_patches (ext )
23712368
23722369 def backend_keepalive_mesh_component (self , file_ending ):
23732370 """Helper function that tests keepalive
0 commit comments