Skip to content

Commit 3805275

Browse files
committed
style: formatting
1 parent 8b18eb2 commit 3805275

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

LoopStructural/datatypes/_surface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Surface:
1010
normals: np.ndarray
1111
name: str
1212
values: Optional[np.ndarray] = None
13-
13+
1414
@property
1515
def pyvista(self):
1616
import pyvista as pv

LoopStructural/modelling/core/geological_model.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ def __init__(
101101
origin: np.ndarray,
102102
maximum: np.ndarray,
103103
data=None,
104-
rescale=False,
105104
nsteps=(50, 50, 25),
106105
reuse_supports=False,
107106
logfile=None,

0 commit comments

Comments
 (0)