Skip to content

Commit

Permalink
Add debug setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen committed Dec 18, 2023
1 parent 52f432f commit 98016ef
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/covalent/.quacc.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
DEBUG: true
RESULTS_DIR: ./.test_results
SCRATCH_DIR: ./.test_scratch
WORKFLOW_ENGINE: covalent
1 change: 1 addition & 0 deletions tests/dask/.quacc.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CREATE_UNIQUE_DIR: true
DEBUG: true
RESULTS_DIR: ./.test_results
SCRATCH_DIR: ./.test_scratch
WORKFLOW_ENGINE: dask
1 change: 1 addition & 0 deletions tests/jobflow/.quacc.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
DEBUG: true
RESULTS_DIR: ./.test_results
SCRATCH_DIR: ./.test_scratch
WORKFLOW_ENGINE: jobflow
1 change: 1 addition & 0 deletions tests/parsl/.quacc.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CREATE_UNIQUE_DIR: true
DEBUG: true
RESULTS_DIR: ./.test_results
SCRATCH_DIR: ./.test_scratch
WORKFLOW_ENGINE: parsl
1 change: 1 addition & 0 deletions tests/redun/.quacc.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
DEBUG: true
RESULTS_DIR: ./.test_results
SCRATCH_DIR: ./.test_scratch
WORKFLOW_ENGINE: redun

0 comments on commit 98016ef

Please sign in to comment.