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.
remote
1 parent d27a686 commit 74efee0Copy full SHA for 74efee0
ibllib/pipes/misc.py
@@ -54,7 +54,7 @@ def create_alyx_probe_insertions(
54
labels: list = None,
55
):
56
if one is None:
57
- one = ONE(cache_rest=None, mode='local')
+ one = ONE(cache_rest=None)
58
eid = session_path if is_uuid_string(session_path) else one.path2eid(session_path)
59
if eid is None:
60
log.warning("Session not found on Alyx: please create session before creating insertions")
0 commit comments