Skip to content

Commit 5781ae5

Browse files
committed
lint
1 parent c6f0df3 commit 5781ae5

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

src/compas_fd/fd/mesh_fd_constrained_numpy.py

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@
55
from .fd_constrained_numpy import fd_constrained_numpy
66

77

8-
def mesh_fd_constrained_numpy(
9-
mesh: 'compas_fd.datastructures.CableMesh',
10-
kmax: int = 100,
11-
damping: float = 0.1,
12-
tol_res: float = 1e-3,
13-
tol_disp: float = 1e-3
14-
) -> 'compas_fd.datastructures.CableMesh':
8+
def mesh_fd_constrained_numpy(mesh: 'compas_fd.datastructures.CableMesh',
9+
kmax: int = 100,
10+
damping: float = 0.1,
11+
tol_res: float = 1e-3,
12+
tol_disp: float = 1e-3) -> 'compas_fd.datastructures.CableMesh':
1513
"""Iteratively find the equilibrium shape of a mesh for the given force densities.
1614
1715
Parameters

0 commit comments

Comments
 (0)