Skip to content

Commit 4f626c7

Browse files
committed
fix trajectory tests for histology
1 parent a14029f commit 4f626c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ibllib/pipes/histology.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,10 @@ def register_track(probe_id, picks=None, one=None, overwrite=False, channels=Tru
278278
}
279279
if endpoint == 'chronic-insertions':
280280
tdict['chronic_insertion'] = probe_id
281+
tdict['probe_insertion'] = None
281282
else:
282283
tdict['probe_insertion'] = probe_id
284+
tdict['chronic_insertion'] = None
283285

284286
brain_locations = None
285287
# Update the insertion qc to CRITICAL

0 commit comments

Comments
 (0)