Skip to content

Commit 0ceed69

Browse files
committed
Merge branch 'dataless' of github.com:ESadek-MO/iris into dataless
2 parents 7c74460 + de348f9 commit 0ceed69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/iris/tests/unit/data_manager/test_DataManager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ def test_with_lazy_array(self):
649649
class Test_is_dataless(tests.IrisTest):
650650
def setUp(self):
651651
self.data = np.array(0)
652-
self.shape = (0, )
652+
self.shape = (0,)
653653

654654
def test_with_data(self):
655655
dm = DataManager(self.data)

0 commit comments

Comments
 (0)