Skip to content

Commit e7992d4

Browse files
Minor updates
1 parent 3306cf9 commit e7992d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

reproducibility/object_measures/process_all_object_measures.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import flamingo_tools.s3_utils as s3_utils
77

8-
OUTPUT_ROOT = "/mnt/vast-nhr/projects/nim00007/data/moser/cochlea-lightsheet/mobie_project/cochlea-lightsheet/tables/measurements/" # noqa
8+
OUTPUT_ROOT = "/mnt/vast-nhr/projects/nim00007/data/moser/cochlea-lightsheet/mobie_project/cochlea-lightsheet/tables/measurements2" # noqa
99
JSON_ROOT = "/user/pape41/u12086/Work/my_projects/flamingo-tools/reproducibility/object_measures"
1010
COCHLEAE = [
1111
"M_LR_000143_L",
@@ -65,7 +65,7 @@ def process_cochlea(cochlea, start_slurm):
6565

6666

6767
def main():
68-
start_slurm = False
68+
start_slurm = True
6969
for cochlea in COCHLEAE:
7070
process_cochlea(cochlea, start_slurm)
7171

reproducibility/object_measures/repro_object_measures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def repro_object_measures(
2121
default_component_list = [1]
2222
default_bg_mask = None
2323

24-
with open(json_file, 'r') as myfile:
24+
with open(json_file, "r") as myfile:
2525
data = myfile.read()
2626
param_dicts = json.loads(data)
2727

0 commit comments

Comments
 (0)