Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 25, 2024
1 parent 5ff61c7 commit 9647013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/probeinterface/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,11 @@ def get_auto_lims(probe: Probe, margin: float = 40.0) -> tuple[float, float, flo
-------
lims : a tuple containing xlims, ylims, and zlims. If the provided probe
is planar, then zlims is None.
"""

"""
Compute the boundaries of a given probe, considering its contour and an optional margin.
Compute the boundaries of a given probe, considering its contour and an optional margin.
The function is designed to handle both planar and tridimensional probes.
Parameters
Expand Down

0 comments on commit 9647013

Please sign in to comment.