@@ -68,7 +68,6 @@ def test_mixed_function_space_with_mesh_sequence_cell():
6868 do_estimate_degrees = True ,
6969 do_replace_functions = True ,
7070 coefficients_to_split = (f , g ),
71- do_assume_single_integral_type = False ,
7271 complex_mode = False ,
7372 )
7473 (id0 ,) = fd .integral_data
@@ -137,7 +136,6 @@ def test_mixed_function_space_with_mesh_sequence_facet():
137136 do_estimate_degrees = True ,
138137 do_replace_functions = True ,
139138 coefficients_to_split = (f , g ),
140- do_assume_single_integral_type = False ,
141139 complex_mode = False ,
142140 )
143141 (
@@ -237,7 +235,6 @@ def test_mixed_function_space_with_mesh_sequence_raise():
237235 do_estimate_degrees = True ,
238236 do_replace_functions = True ,
239237 coefficients_to_split = (f ,),
240- do_assume_single_integral_type = False ,
241238 complex_mode = False ,
242239 )
243240 assert e_info .match ("Found multiple domains, cannot return just one." )
@@ -254,7 +251,6 @@ def test_mixed_function_space_with_mesh_sequence_raise():
254251 do_estimate_degrees = True ,
255252 do_replace_functions = True ,
256253 coefficients_to_split = (f , g ),
257- do_assume_single_integral_type = False ,
258254 complex_mode = False ,
259255 )
260256 assert e_info .match ("Discontinuous type Coefficient must be restricted." )
0 commit comments