Skip to content
Snippets Groups Projects
Commit 4f2750b5 authored by ruudbeukema's avatar ruudbeukema
Browse files

Changed create_html.py and launch_msplots.sh to test-mode again

parent 6c1aa3bb
Branches
No related tags found
No related merge requests found
......@@ -14,8 +14,8 @@ from numpy import array, floor
# insert TESTLINE in the relevant filenames, e.g. index[TESTLINE].html. Ultimately, TESTLINE could be auto-filled
# depending on the TAG environment variable (if it exists and doesn't say 'latest'). For normal use, leave TESTLINE an
# empty string (""). Note that TESTLINE doesn't necessarily propagate to programs/scripts called from within this one.
#TESTLINE = "-test"
TESTLINE = ""
TESTLINE = "-test"
# TESTLINE = ""
# Data with a completeness figure below this value is flagged as odd sized
DATA_INCOMPLETE_THRESHOLD = 0.005 # (=) 0.5%
......
......@@ -12,12 +12,12 @@
# insert TESTLINE in the relevant filenames, e.g. index[TESTLINE].html. Ultimately, TESTLINE could be auto-filled
# depending on the TAG environment variable (if it exists and doesn't say 'latest'). For normal use, leave TESTLINE an
# empty string (""). Note that TESTLINE doesn't necessarily propagate to programs/scripts called from within this one.
#TESTLINE = "-test"
TESTLINE = ""
TESTLINE = "-test"
# TESTLINE = ""
# Normally, one would want to use pyautoplot:latest (PYAUTOPLOT_TAG=latest). This can be overriden however
# PYAUTOPLOT_TAG=completeness
PYAUTOPLOT_TAG=latest
PYAUTOPLOT_TAG=completeness
# PYAUTOPLOT_TAG=latest
HOSTNAME=`hostname`
PATH="$PATH:/opt/cep/pyautoplot/bin"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment