@@ -86,7 +86,7 @@ def test_NP2_4_shanks():
8686 assert np .all (probe .contact_shape_params == {"width" : contact_width })
8787 assert np .all (probe .contact_shapes == contact_shape )
8888
89- # This file does not save the channnels from 0 as the one above (NP2_4_shanks_g0_t0.imec0.ap.meta)
89+ # This file does not save the channels from 0 as the one above (NP2_4_shanks_g0_t0.imec0.ap.meta)
9090 ypos = probe .contact_positions [:, 1 ]
9191 assert np .min (ypos ) == pytest .approx (0 )
9292
@@ -109,7 +109,7 @@ def test_NP2_2013_all():
109109 assert np .all (probe .contact_shape_params == {"width" : contact_width })
110110 assert np .all (probe .contact_shapes == contact_shape )
111111
112- # This file does not save the channnels from 0 as the one above (NP2_4_shanks_g0_t0.imec0.ap.meta)
112+ # This file does not save the channels from 0 as the one above (NP2_4_shanks_g0_t0.imec0.ap.meta)
113113 ypos = probe .contact_positions [:, 1 ]
114114 assert np .min (ypos ) == pytest .approx (0 )
115115
@@ -132,7 +132,7 @@ def test_NP2_2013_subset():
132132 assert np .all (probe .contact_shape_params == {"width" : contact_width })
133133 assert np .all (probe .contact_shapes == contact_shape )
134134
135- # This file does not save the channnels from 0 as the one above (NP2_4_shanks_g0_t0.imec0.ap.meta)
135+ # This file does not save the channels from 0 as the one above (NP2_4_shanks_g0_t0.imec0.ap.meta)
136136 ypos = probe .contact_positions [:, 1 ]
137137 assert np .min (ypos ) == pytest .approx (0 )
138138
@@ -154,7 +154,7 @@ def test_NP2_4_shanks_with_different_electrodes_saved():
154154 assert np .all (probe .contact_shape_params == {"width" : contact_width })
155155 assert np .all (probe .contact_shapes == contact_shape )
156156
157- # This file does not save the channnels from 0 as the one above (NP2_4_shanks_g0_t0.imec0.ap.meta)
157+ # This file does not save the channels from 0 as the one above (NP2_4_shanks_g0_t0.imec0.ap.meta)
158158 ypos = probe .contact_positions [:, 1 ]
159159 assert np .min (ypos ) == pytest .approx (4080.0 )
160160 assert np .max (ypos ) == pytest .approx (4785.0 )
0 commit comments