Skip to content

Commit 67aa07f

Browse files
committed
[BUG] Disable cache in complex_geometries fixture to prevent unintended reuse during tests
1 parent a64bbf0 commit 67aa07f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/fixtures/complex_geometries.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def one_fault_model():
8383
number_dimensions=3,
8484
kernel_function=AvailableKernelFunctions.exponential)
8585

86+
options.cache_mode = InterpolationOptions.CacheMode.NO_CACHE
8687
# endregion
8788

8889
return interpolation_input, input_data_descriptor, options

0 commit comments

Comments
 (0)