Include test failure to test workflows
This commit is contained in:
parent
920df7c5b3
commit
661c438a93
@ -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."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user