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 Dec 18, 2024
1 parent 3f99af3 commit 4ad2c98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_weighter.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ def test_effective_area(self):

with self.assertRaises(TypeError):
self.weighter1.effective_area([5e5, 5e6], [0, 1], flux=list(range(self.N1)))


def test_weighter_addition(self):
weighter_sum = self.weighter1 + self.weighter1
Expand Down

0 comments on commit 4ad2c98

Please sign in to comment.