Skip to content

Commit

Permalink
Merge branch 'dataless' of github.com:ESadek-MO/iris into dataless
Browse files Browse the repository at this point in the history
  • Loading branch information
ESadek-MO committed Dec 20, 2024
2 parents 7c74460 + de348f9 commit 0ceed69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/iris/tests/unit/data_manager/test_DataManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ def test_with_lazy_array(self):
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 0ceed69

Please sign in to comment.