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 Jan 6, 2025
1 parent 87de0e8 commit 0939ef1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source/tests/pt/test_make_stat_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -141,5 +141,6 @@ def test_bias(self):
f"relative difference {rel_diff:.2%} is too large",
)


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

0 comments on commit 0939ef1

Please sign in to comment.