We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e0c0a commit 4da6f32Copy full SHA for 4da6f32
1 file changed
tests/test_fission.py
@@ -192,3 +192,7 @@ def define(self, dimensions):
192
# x and y
193
assert 'x0_blk0_size' in str(op.parameters)
194
assert 'y0_blk0_size' in str(op.parameters)
195
+
196
+ # Two loop nests: free-surface-like and update-like
197
+ assert_structure(op, ['t,x,y,z', 't,x0_blk0,y0_blk0,x,y,z'],
198
+ 't,x,y,z,x0_blk0,y0_blk0,x,y,z')
0 commit comments