Skip to content

Commit 1800283

Browse files
author
Dilawar Singh
committed
Merge branch 'master' of github.com:dilawar/moose-core
2 parents 2ad812f + 8e87707 commit 1800283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/python/test_streamer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def test( ):
113113
# print( data.dtype )
114114
time = data['time']
115115
print( time )
116-
assert data.shape >= (58,4), data.shape
116+
assert data.shape >= (58,), data.shape
117117
print( '[INFO] Test 2 passed' )
118118

119119
def main( ):

0 commit comments

Comments
 (0)