We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b7530 commit 6d8cc45Copy full SHA for 6d8cc45
.github/workflows/run_experiment.yml
@@ -23,7 +23,7 @@ jobs:
23
run: pip install -r requirements.txt
24
25
- name: Run experiment
26
- run: python src/main.py > output/output.log 2> output/error.log
+ run: python src/main.py > output/output.txt 2> output/error.txt
27
28
- uses: actions/upload-artifact@v4
29
with:
0 commit comments