Skip to content

Commit

Permalink
pre-c
Browse files Browse the repository at this point in the history
  • Loading branch information
ESadek-MO committed Dec 17, 2024
1 parent 2f2b56a commit c8d2c07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/iris/tests/unit/data_manager/test_DataManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -647,10 +647,11 @@ def test_with_lazy_array(self):
self.assertTrue(dm.has_lazy_data())
self.assertIs(result, dm._lazy_array)


class Test_is_dataless(tests.IrisTest):
def setUp(self):
self.data = np.array(0)
self.shape = (0)
self.shape = 0

def test_with_data(self):
dm = DataManager(self.data)
Expand Down

0 comments on commit c8d2c07

Please sign in to comment.