Skip to content

Commit 3e73b9f

Browse files
committed
[!!BUG] Chunking with faults were creating rogue voxels
1 parent 256cfa3 commit 3e73b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gempy_engine/modules/kernel_constructor/_kernels_assembler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def create_scalar_kernel(ki: KernelInput, options: KernelOptions) -> tensor_type
8686
y_size=j_size,
8787
n_drift_eq=fault_n,
8888
drift_start_post_x=cov_size - fault_n,
89-
drift_start_post_y=j_size - fault_n
89+
drift_start_post_y=j_size
9090
)
9191

9292
selector = bt.t.sum(selector_components.sel_ui * (selector_components.sel_vj + 1), axis=-1)

0 commit comments

Comments
 (0)