Skip to content

Commit 8c1db26

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1f7860d commit 8c1db26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/probeinterface/plotting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ def plot_probegroup(probegroup, same_axes: bool = True, **kargs):
319319
val = kargs[key]
320320
if hasattr(val, "__len__") and len(val) == total_contacts:
321321
kargs_probe[key] = val[cum_contact_cnt : cum_contact_cnt + n]
322-
322+
323323
plot_probe(probe, ax=axs[i], **kargs_probe)
324324
cum_contact_cnt += n
325325

0 commit comments

Comments
 (0)