From 2680dabdae6b8c97ed92dcfa307946afa1f5879b Mon Sep 17 00:00:00 2001 From: Yi Xu Date: Fri, 22 Oct 2021 18:15:00 +0800 Subject: [PATCH] [test] Fix unrecognized test names in test_bls_assume_in_range.py (#3250) --- tests/python/test_bls_assume_in_range.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/python/test_bls_assume_in_range.py b/tests/python/test_bls_assume_in_range.py index 7083a5fc64574..919c6a65fed47 100644 --- a/tests/python/test_bls_assume_in_range.py +++ b/tests/python/test_bls_assume_in_range.py @@ -4,7 +4,7 @@ @ti.test(require=ti.extension.bls) -def _test_scattering(): +def test_scattering(): bls_particle_grid(N=128, ppc=10, block_size=8, @@ -13,7 +13,7 @@ def _test_scattering(): @ti.test(require=ti.extension.bls) -def _test_scattering_offset(): +def test_scattering_offset(): bls_particle_grid(N=128, ppc=10, block_size=8, @@ -22,7 +22,7 @@ def _test_scattering_offset(): @ti.test(require=ti.extension.bls) -def _test_scattering_two_pointer_levels(): +def test_scattering_two_pointer_levels(): bls_particle_grid(N=128, ppc=10, block_size=8, @@ -41,7 +41,7 @@ def test_gathering(): @ti.test(require=ti.extension.bls) -def _test_gathering_offset(): +def test_gathering_offset(): bls_particle_grid(N=128, ppc=10, block_size=8,