File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tests/test_common/test_integrations Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -137,9 +137,9 @@ def test_final_exported_fields(unconformity_complex):
137
137
138
138
if plot_pyvista or False :
139
139
grid = interpolation_input .grid .regular_grid
140
- plot_block (BackendTensor .t .to_numpy (outputs [0 ].final_exported_fields ._scalar_field_at_surface_points ), grid )
141
- plot_block (BackendTensor .t .to_numpy (outputs [1 ].final_exported_fields ._scalar_field_at_surface_points ), grid )
142
- plot_block (BackendTensor .t .to_numpy (outputs [2 ].final_exported_fields ._scalar_field_at_surface_points ), grid )
140
+ plot_block (BackendTensor .t .to_numpy (outputs [0 ].final_exported_fields ._scalar_field ), grid )
141
+ plot_block (BackendTensor .t .to_numpy (outputs [1 ].final_exported_fields ._scalar_field ), grid )
142
+ plot_block (BackendTensor .t .to_numpy (outputs [2 ].final_exported_fields ._scalar_field ), grid )
143
143
144
144
145
145
@pytest .mark .skipif (TEST_SPEED .value <= 1 , reason = "Global test speed below this test value." )
You can’t perform that action at this time.
0 commit comments