Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
9q9q committed Dec 19, 2023
1 parent 4412aca commit 8d1aac0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/data/transforms/test_whiten.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ def test_zero_div(self):
whitener.whiten(data),
)), "If an eigenvalue is 0, should not get NaNs."


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

0 comments on commit 8d1aac0

Please sign in to comment.