Skip to content

Commit 7b38c2c

Browse files
authored
Merge pull request #458 from int-brain-lab/cortexlab_dlcqc_fix
Change base_url on cortexlab server
2 parents 7abfdcb + e158dfa commit 7b38c2c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ibllib/plots/figures.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,9 @@ def dlc_qc_plot(session_path, one=None):
688688
"""
689689

690690
one = one or ONE()
691+
# hack for running on cortexlab local server
692+
if one.alyx.base_url == 'https://alyx.cortexlab.net':
693+
one = ONE(base_url='https://alyx.internationalbrainlab.org')
691694
data = {}
692695
cams = ['left', 'right', 'body']
693696
session_path = Path(session_path)

release_notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## For next release:
44
- Allow parent tasks to be 'Incomplete' to run task on local server
5+
- Change one base_rul for dlc_qc_plot on cortexlab
56

67
## Release Note 2.10.5 2022-03-11
78
- Fix moot release accident

0 commit comments

Comments
 (0)