Skip to content

Commit

Permalink
More PEP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored Apr 11, 2024
1 parent faa60e6 commit 2820ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stsynphot/tests/test_observationmode.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def test_throughput(self):
np.testing.assert_allclose(
t(w).value,
[0, 6.757692e-06, 2.133779e-01, 2.845666e-01, 7.306088e-07,
2.941201e-08, 3.548093e-08, 9.848318e-07,0], rtol=1e-3)
2.941201e-08, 3.548093e-08, 9.848318e-07, 0], rtol=1e-3)

def test_sensitivity(self):
sens = self.obsmode.sensitivity
Expand Down

0 comments on commit 2820ab5

Please sign in to comment.