Skip to content

Commit f7afd5d

Browse files
authored
Merge pull request #1004 from int-brain-lab/fix/cache-remote
change ONE cache mode in `create_alyx_probe_insertions` to `remote`
2 parents d27a686 + 74efee0 commit f7afd5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibllib/pipes/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def create_alyx_probe_insertions(
5454
labels: list = None,
5555
):
5656
if one is None:
57-
one = ONE(cache_rest=None, mode='local')
57+
one = ONE(cache_rest=None)
5858
eid = session_path if is_uuid_string(session_path) else one.path2eid(session_path)
5959
if eid is None:
6060
log.warning("Session not found on Alyx: please create session before creating insertions")

0 commit comments

Comments
 (0)