Commit 4b4a4fe0 authored by Zhang, Yuanpeng's avatar Zhang, Yuanpeng
Browse files

change config to auto config

parent 52612cc7
Loading
Loading
Loading
Loading

live_config.json

0 → 120000
+1 −0
Original line number Diff line number Diff line
/SNS/PG3/shared/autoreduce/auto_config.json
 No newline at end of file

live_config_files

0 → 120000
+1 −0
Original line number Diff line number Diff line
/SNS/PG3/shared/autoreduce/auto_config_files
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ import time

# -----> Config: Conda environment to use for the reduction
CONDA_ENV = 'mantid'
central_config = "/SNS/users/y8z/PG3_Shared/autoreduce/auto_config.json"
central_config = "/SNS/PG3/shared/autoreduce/auto_config.json"
# <----- Config: Conda environment to use for the reduction

try:
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ import json

# -----> Config: Conda environment to use for the reduction
CONDA_ENV = 'mantid'
central_config = "/SNS/users/y8z/PG3_Shared/autoreduce/auto_config.json"
central_config = "/SNS/PG3/shared/autoreduce/auto_config.json"
# <----- Config: Conda environment to use for the reduction

try: