We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
False
1 parent 16987c9 commit d8bd904Copy full SHA for d8bd904
gempy_engine/API/dual_contouring/multi_scalar_dual_contouring.py
@@ -134,7 +134,7 @@ def dual_contouring_multi_scalar(
134
135
# endregion
136
# Check for repeated voxels across stacks
137
- if (options.debug or len(all_left_right_codes) > 1) and True:
+ if (options.debug or len(all_left_right_codes) > 1) and False:
138
voxel_overlaps = find_repeated_voxels_across_stacks(foo)
139
if voxel_overlaps and options.debug:
140
print(f"Found voxel overlaps between stacks: {voxel_overlaps}")
0 commit comments