Skip to content

Commit 9eebc20

Browse files
committed
add old test for coverage
1 parent c0d64d3 commit 9eebc20

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/test_plotting.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
from probeinterface import generate_dummy_probe, generate_dummy_probe_group
33
from probeinterface.plotting import plot_probe, plot_probegroup
44

5+
# remove once plot_probe_group is removed
6+
from probeinterface.plotting import plot_probe_group
7+
58
import matplotlib.pyplot as plt
69
import numpy as np
710

@@ -35,6 +38,9 @@ def test_plot_probegroup():
3538
plot_probegroup(probegroup, same_axes=True, with_contact_id=True)
3639
plot_probegroup(probegroup, same_axes=False)
3740

41+
# remove when plot_probe_group has been removed
42+
plot_probe_group(probegroup)
43+
3844
# 3d
3945
probegroup_3d = ProbeGroup()
4046
for probe in probegroup.probes:

0 commit comments

Comments
 (0)