@@ -128,7 +128,6 @@ def test_compare_input_argument_ranges_against_ibl(shanks, p, sigma_um, num_chan
128128 x = rng .choice (shanks , num_channels )
129129 probe = recording ._probegroup .probes [0 ]
130130 probe ._contact_positions [:, 0 ] = x
131- recording ._probegroup ._build_contact_vector ()
132131 recording .set_property ("location" , recording .get_channel_locations ())
133132
134133 # generate random bad channel locations
@@ -176,7 +175,6 @@ def test_output_values():
176175 for idx , (x , y ) in enumerate (zip (* new_probe_locs )):
177176 probe ._contact_positions [idx , 0 ] = x
178177 probe ._contact_positions [idx , 1 ] = y
179- recording ._probegroup ._build_contact_vector ()
180178 recording .set_property ("location" , recording .get_channel_locations ())
181179
182180 # Run interpolation in SI and check the interpolated channel
@@ -194,7 +192,6 @@ def test_output_values():
194192 probe = recording ._probegroup .probes [0 ]
195193 probe ._contact_positions [- 1 , 0 ] = 5
196194 probe ._contact_positions [- 1 , 1 ] = 9
197- recording ._probegroup ._build_contact_vector ()
198195 recording .set_property ("location" , recording .get_channel_locations ())
199196 expected_weights = np .r_ [np .tile (np .exp (- 2 ), 3 ), np .exp (- 4 )]
200197 expected_weights /= np .sum (expected_weights )
0 commit comments