We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8750ef commit 7dc5068Copy full SHA for 7dc5068
ibllib/tests/qc/test_dlc_qc.py
@@ -47,8 +47,6 @@ def test_ensure_data(self):
47
msg = excp.exception.args[0]
48
self.assertEqual(msg, 'Dataset _ibl_leftCamera.dlc.* not found locally and failed to download')
49
50
-
51
52
def test_check_time_trace_length_match(self):
53
self.qc.data['dlc_coords'] = {'nose_tip': np.ones((2, 20)), 'pupil_r': np.ones((2, 20))}
54
self.qc.data['camera_times'] = np.ones((20,))
0 commit comments