Skip to content

Commit

Permalink
Call cupid scripts directly
Browse files Browse the repository at this point in the history
Don't assume that (cupid-infrastructure) is pointing to the right CUPiD version
  • Loading branch information
mnlevy1981 committed Dec 30, 2024
1 parent 4b2ac3b commit d3cdbd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions machines/template.cupid
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if [ "${RUN_CUPID_ANALYSIS}" == "TRUE" ]; then

# 3. Generate timeseries files and run ADF
if [ "${RUN_CUPID_TIMESERIES}" == "TRUE" ]; then
cupid-timeseries
{{ srcroot }}/tools/CUPiD/cupid/run_timeseries.py
fi
conda deactivate
conda activate cupid-analysis
Expand All @@ -42,6 +42,6 @@ if [ "${RUN_CUPID_ANALYSIS}" == "TRUE" ]; then
# 4. Run CUPiD and build webpage
conda deactivate
conda activate cupid-infrastructure
cupid-diagnostics
cupid-webpage
{{ srcroot }}/tools/CUPiD/cupid/run_diagnostics.py
{{ srcroot }}/tools/CUPiD/cupid/cupid_webpage.py
fi

0 comments on commit d3cdbd0

Please sign in to comment.