Skip to content

Commit 65743a9

Browse files
committed
[TEST] Update gravity test to disable scalar gradient computation
Modified the approved test file to set `compute_scalar_gradient` to `false`, ensuring consistency with test expectations and configuration.
1 parent c093e2d commit 65743a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_modules/_geophysics_TO_UPDATE/test_gravity.test_gravity.verify/2-layers.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
"mesh_extraction_masking_options": 3,
163163
"mesh_extraction_fancy": true,
164164
"evaluation_chunk_size": 500000,
165-
"compute_scalar_gradient": true,
165+
"compute_scalar_gradient": false,
166166
"verbose": false
167167
},
168168
"debug": true,

0 commit comments

Comments
 (0)