From a5e9377efbafdd58fed72d1a0d294239f4039934 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 20:15:54 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- source/tests/pt/test_stat.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/source/tests/pt/test_stat.py b/source/tests/pt/test_stat.py index a3a29d74b9..b7e3f6e2d3 100644 --- a/source/tests/pt/test_stat.py +++ b/source/tests/pt/test_stat.py @@ -337,7 +337,6 @@ def tf_compute_input_stats(self): ) - class TestExcludeTypes(DatasetTest, unittest.TestCase): def setup_data(self): original_data = str(Path(__file__).parent / "water/data/data_0") @@ -375,8 +374,7 @@ def tf_compute_input_stats(self): box = self.dp_merged["box"] self.dp_d.compute_input_stats(coord, box, atype, natoms, self.dp_mesh, {}) - - + class TestOutputStat(unittest.TestCase): def setUp(self): self.data_file = [str(Path(__file__).parent / "water/data/data_0")] @@ -465,6 +463,5 @@ def test_assigned(self): ) - if __name__ == "__main__": unittest.main()