@@ -1745,7 +1745,7 @@ def g2_tilde(field, phi, theta):
17451745 assert len ([i for i in FindSymbols ().visit (bns ['x0_blk0' ]) if i .is_Array ]) == 7
17461746 assert len (FindNodes (VExpanded ).visit (pbs ['x0_blk0' ])) == 3
17471747
1748- @pytest .mark .parametrize ('so_ops' , [(4 , 147 ), (8 , 211 )])
1748+ @pytest .mark .parametrize ('so_ops' , [(4 , 146 ), (8 , 210 )])
17491749 @switchconfig (profiling = 'advanced' )
17501750 def test_tti_J_akin_complete (self , so_ops ):
17511751 grid = Grid (shape = (16 , 16 , 16 ))
@@ -2725,9 +2725,9 @@ def test_fullopt(self):
27252725 bns , _ = assert_blocking (op0 , {})
27262726 bns , _ = assert_blocking (op1 , {'x0_blk0' }) # due to loop blocking
27272727
2728- assert summary0 [('section0' , None )].ops == 50
2728+ assert summary0 [('section0' , None )].ops == 55
27292729 assert summary0 [('section1' , None )].ops == 44
2730- assert np .isclose (summary0 [('section0' , None )].oi , 2.851 , atol = 0.001 )
2730+ assert np .isclose (summary0 [('section0' , None )].oi , 3.136 , atol = 0.001 )
27312731
27322732 assert summary1 [('section0' , None )].ops == 31
27332733 assert summary1 [('section1' , None )].ops == 88
@@ -2779,7 +2779,7 @@ def tti_noopt(self):
27792779 # Make sure no opts were applied
27802780 op = wavesolver .op_fwd (False )
27812781 assert len (op ._func_table ) == 0
2782- assert summary [('section0' , None )].ops == 743
2782+ assert summary [('section0' , None )].ops == 753
27832783
27842784 return v , rec
27852785
@@ -2865,7 +2865,7 @@ class TestTTIv2:
28652865
28662866 @switchconfig (profiling = 'advanced' )
28672867 @pytest .mark .parametrize ('space_order,expected' , [
2868- (4 , 200 ), (12 , 392 )
2868+ (4 , 190 ), (12 , 382 )
28692869 ])
28702870 def test_opcounts (self , space_order , expected ):
28712871 grid = Grid (shape = (3 , 3 , 3 ))
0 commit comments