Skip to content

Commit e8c63b9

Browse files
Fix duplicate
1 parent 9647013 commit e8c63b9

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

src/probeinterface/utils.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -140,24 +140,6 @@ def generate_unique_ids(min: int, max: int, n: int, trials: int = 20) -> np.arra
140140

141141

142142
def get_auto_lims(probe: Probe, margin: float = 40.0) -> tuple[float, float, float]:
143-
"""
144-
Automatically compute a probe boundaries given its contour and an optional
145-
margin. Both planar and tridimensional probes are accepted.
146-
147-
Parameters
148-
----------
149-
probe : Probe
150-
The probe whose limits are to be computed.
151-
margin : float, default: 40
152-
An isotropic margin added to the exact probe boundaries.
153-
154-
Returns
155-
-------
156-
lims : a tuple containing xlims, ylims, and zlims. If the provided probe
157-
is planar, then zlims is None.
158-
159-
"""
160-
161143
"""
162144
Compute the boundaries of a given probe, considering its contour and an optional margin.
163145
The function is designed to handle both planar and tridimensional probes.

0 commit comments

Comments
 (0)