We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b80e8 commit 1ad87a8Copy full SHA for 1ad87a8
neo/test/test_converter.py
@@ -88,7 +88,3 @@ def test_block_conversion(self):
88
group_names = np.asarray([g.name for g in group.groups])
89
for unit in channel_index.units:
90
self.assertIn(unit.name, group_names)
91
-
92
- matching_groups = np.asarray(group.groups)[group_names == unit.name]
93
- self.assertEqual(len(channel_index.units), len(matching_groups))
94
0 commit comments