Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 2, 2024
1 parent 2d77596 commit a5e9377
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions source/tests/pt/test_stat.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -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")]
Expand Down Expand Up @@ -465,6 +463,5 @@ def test_assigned(self):
)



if __name__ == "__main__":
unittest.main()

0 comments on commit a5e9377

Please sign in to comment.