We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc25ebe commit 50d90b3Copy full SHA for 50d90b3
src/pynwb/tests/test_probe.py
@@ -78,9 +78,6 @@ def test_constructor_from_probe_single_shank(self):
78
contact_table = device_w_indices.contact_table
79
np.testing.assert_array_equal(contact_table["device_channel_index_pi"][:], device_channel_indices)
80
81
- devices_w_names = Probe.from_probeinterface(probe, name="Test Probe")
82
- assert devices_w_names[0].name == "Test Probe"
83
-
84
def test_constructor_from_probe_multi_shank(self):
85
"""Test that the constructor from Probe sets values as expected for multi-shank."""
86
0 commit comments