Skip to content

Commit 7dc5068

Browse files
committed
Flake
1 parent a8750ef commit 7dc5068

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ibllib/tests/qc/test_dlc_qc.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ def test_ensure_data(self):
4747
msg = excp.exception.args[0]
4848
self.assertEqual(msg, 'Dataset _ibl_leftCamera.dlc.* not found locally and failed to download')
4949

50-
51-
5250
def test_check_time_trace_length_match(self):
5351
self.qc.data['dlc_coords'] = {'nose_tip': np.ones((2, 20)), 'pupil_r': np.ones((2, 20))}
5452
self.qc.data['camera_times'] = np.ones((20,))

0 commit comments

Comments
 (0)