Include test failure to test workflows
Some checks failed
Gitea Actions Demo / build_test (3.13.3) (push) Failing after 10s
Gitea Actions Demo / release-test (push) Has been skipped

This commit is contained in:
Jakob Lass 2025-04-11 08:41:01 +02:00
parent 920df7c5b3
commit 661c438a93

View File

@ -74,6 +74,7 @@ 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."""