Remove forced test failure

This commit is contained in:
Jakob Lass 2025-04-11 08:41:53 +02:00
parent 661c438a93
commit 1dee498b38

View File

@ -74,7 +74,6 @@ class TestBackground(unittest.TestCase):
x[0, 0] = np.nan
masked_x = self.bg.mask_nans(x)
self.assertTrue(np.isnan(masked_x[0, 0]))
self.assertTrue(False)
def test_S_lambda(self):
"""Test S_lambda method."""