Skip to content

Commit 50d90b3

Browse files
Fix tests
1 parent bc25ebe commit 50d90b3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/pynwb/tests/test_probe.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ def test_constructor_from_probe_single_shank(self):
7878
contact_table = device_w_indices.contact_table
7979
np.testing.assert_array_equal(contact_table["device_channel_index_pi"][:], device_channel_indices)
8080

81-
devices_w_names = Probe.from_probeinterface(probe, name="Test Probe")
82-
assert devices_w_names[0].name == "Test Probe"
83-
8481
def test_constructor_from_probe_multi_shank(self):
8582
"""Test that the constructor from Probe sets values as expected for multi-shank."""
8683

0 commit comments

Comments
 (0)