Skip to content

Commit

Permalink
check ut
Browse files Browse the repository at this point in the history
  • Loading branch information
SumGuo-88 committed Jan 6, 2025
1 parent f669ac5 commit 87de0e8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions source/tests/pt/test_make_stat_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,8 @@ def test_make_stat_input(self):
)

def test_make_stat_input_nocomplete(self):
<<<<<<< HEAD
#missing element:13,31,37
#only one frame would be count
=======
# missing element:13,31,37
# only one frame would be count
>>>>>>> 26205d74c44201c56d39241b75e26ae381fcf67f

lst = make_stat_input(
datasets=self.datasets,
Expand Down Expand Up @@ -146,6 +141,5 @@ def test_bias(self):
f"relative difference {rel_diff:.2%} is too large",
)


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

0 comments on commit 87de0e8

Please sign in to comment.