Skip to content

Commit 7267d3d

Browse files
Update test_tables.py
1 parent 5618446 commit 7267d3d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/unit_tests/test_tables.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -238,12 +238,7 @@ def test_check_single_row_ignore_electrodes():
238238
name="electrodes", # default name when building through nwbfile
239239
)
240240
table.add_row(
241-
x=np.nan,
242-
y=np.nan,
243-
z=np.nan,
244-
imp=np.nan,
245241
location="unknown",
246-
filtering="unknown",
247242
group=ElectrodeGroup(name="test_group", description="", device=Device(name="test_device"), location="unknown"),
248243
group_name="test_group",
249244
)

0 commit comments

Comments
 (0)