Skip to content

Commit 4caf135

Browse files
committed
remove flags
1 parent c7a1cd6 commit 4caf135

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

atlaselectrophysiology/load_data.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import glob
1111
from atlaselectrophysiology.load_histology import download_histology_data, tif2nrrd
1212

13-
ONE_BASE_URL = "https://dev.alyx.internationalbrainlab.org"
13+
ONE_BASE_URL = "https://alyx.internationalbrainlab.org"
1414

1515

1616
class LoadData:
@@ -417,7 +417,6 @@ def upload_dj(self, align_qc, ephys_qc, ephys_desc):
417417

418418
def update_qc(self, upload_alyx=True, upload_flatiron=True):
419419
# if resolved just update the alignment_number
420-
upload_flatiron=False
421420
align_qc = AlignmentQC(self.probe_id, one=self.one, brain_atlas=self.brain_atlas)
422421
align_qc.load_data(prev_alignments=self.alignments, xyz_picks=self.xyz_picks,
423422
depths=self.chn_depths, cluster_chns=self.cluster_chns)

0 commit comments

Comments
 (0)