Skip to content

Commit 8bfc538

Browse files
committed
[DOCS] Moving a bit more documentation
1 parent 2c90b63 commit 8bfc538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gempy_engine/core/data/options/evaluation_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def number_octree_levels(self, value):
4646
@property
4747
def number_octree_levels_surface(self):
4848
# Raise error if the number of octree levels for the surface is 0
49-
if self._number_octree_levels_surface <= 1 or self.number_octree_levels <= 1:
49+
if self._number_octree_levels_surface <= 1:
5050
raise ValueError("The number of octree levels for the surface must be greater than 1.")
5151

5252
if self._number_octree_levels_surface >= self.number_octree_levels:

0 commit comments

Comments
 (0)