Skip to content

Commit a976cfc

Browse files
committed
Updating tests
1 parent 26d8ca2 commit a976cfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def test_make_single_channel_graph(self):
278278
ch_names = ['Fp1', 'Fp2', 'AF7', 'AF3', 'AF4', 'AF8', 'F7', 'F5', 'F3', 'F1', 'Fz', 'F2', 'F4', 'F6', 'F8', 'FT9']
279279
expected_edges = 6 #All edges between top 25% nodes. 16 channels -> 4 nodes with connections. All 4 nodes interconnected -> 6 edges in total.
280280

281-
result = single_channel_graph(data, ch_names, channels)
281+
result = single_channel_graph(data, ch_names, channels, 0.25)
282282
self.assertEqual(len(result[0].nodes()), channels)
283283
self.assertEqual(len(result[0].edges()), expected_edges)
284284

0 commit comments

Comments
 (0)