Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pinarda committed Feb 1, 2024
1 parent 8d3eea2 commit b51710e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_calcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def test_mean(self):
self.assertTrue(test_overall_calcs.mean == -0.5)

def test_magnitude_range(self):
#check if the sum of the magnitude range is 3.7 with a tolerance of 1e-09
# check if the sum of the magnitude range is 3.7 with a tolerance of 1e-09
self.assertTrue(np.isclose(test_overall_calcs.magnitude_range.values.sum(), 2, rtol=1e-04))

def test_mean_abs(self):
Expand Down

0 comments on commit b51710e

Please sign in to comment.