From 0939ef1e9b05c4ca8d0dcb994dfb467c61287e03 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:05:44 +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_make_stat_input.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/tests/pt/test_make_stat_input.py b/source/tests/pt/test_make_stat_input.py index 96009ef7cf..12dbe6d9e7 100644 --- a/source/tests/pt/test_make_stat_input.py +++ b/source/tests/pt/test_make_stat_input.py @@ -87,8 +87,8 @@ def test_make_stat_input(self): ) def test_make_stat_input_nocomplete(self): - #missing element:13,31,37 - #only one frame would be count + # missing element:13,31,37 + # only one frame would be count lst = make_stat_input( datasets=self.datasets, @@ -141,5 +141,6 @@ def test_bias(self): f"relative difference {rel_diff:.2%} is too large", ) + if __name__ == "__main__": unittest.main()