Skip to content

Commit

Permalink
place outputs in results directory
Browse files Browse the repository at this point in the history
  • Loading branch information
drtobybrown committed Oct 16, 2024
1 parent fecca69 commit eb7ebba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests/check_outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# home_dir = os.path.expanduser('~')

# print(home_dir)
output_dir = f"./.github/workflows/tests/gistTutorial/results/./NGC0000Example"
output_dir = f"./.github/workflows/tests/gistTutorial/results/NGC0000Example"

with open(f"{output_dir}/LOGFILE") as f:
for line in f:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
# user-defined modules. inputDir and outputDir are applied to all active GIST modules.
#
inputDir=./.github/workflows/tests/gistTutorial/inputData
outputDir=/Users/runner/work/ngist/ngist
outputDir=./.github/workflows/tests/gistTutorial/results
configDir=./.github/workflows/tests/gistTutorial/configFiles
templateDir=./.github/workflows/tests/gistTutorial/spectralTemplates

0 comments on commit eb7ebba

Please sign in to comment.