Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx committed Nov 16, 2024
1 parent 3e36161 commit 2bb7e68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_peaks.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def _not_close_to_0_or_1(x, rtol=R_TOL_DEFAULT):
return not (np.isclose(x, 1, rtol=rtol) or np.isclose(x, 0, rtol=rtol))


@unittest.skipIf(not straxen.utilix_is_configured(), "No db access, cannot test!")
class TestComputePeakBasics(unittest.TestCase):
"""Tests for peak basics plugin."""

Expand Down

0 comments on commit 2bb7e68

Please sign in to comment.