Skip to content

Commit a20f9af

Browse files
committed
style: style fixes by ruff and autoformatting by black
1 parent 025e286 commit a20f9af

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

LoopStructural/modelling/features/fault/_fault_function.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ class BaseFault3D(object):
438438
fw.add_cstr(-1, 0)
439439
fw.add_grad(-1, 0)
440440
fw.add_min(-1)
441-
441+
442442
gyf = smooth_peak
443443
# CubicFunction()
444444
# gyf.add_cstr(-1, 0)

LoopStructural/modelling/features/fault/_fault_segment.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ def displacementfeature(self):
124124
def fault_ellipsoid(self, **kwargs):
125125
try:
126126
import pyvista as pv
127+
127128
if self.model is None:
128129
pts = self.fault_centre[None, :]
129130
else:

0 commit comments

Comments
 (0)