Skip to content

Commit

Permalink
don't plot streaming track results.
Browse files Browse the repository at this point in the history
  • Loading branch information
maumueller authored Oct 2, 2023
1 parent a51ae9a commit 21b1c4b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/neurips23.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ jobs:
python create_dataset.py --dataset $DATASET
python run.py --algorithm $ALGO --max-n-algorithms 2 --neurips23track $TRACK --dataset $DATASET --timeout 600
sudo chmod -R 777 results/
python plot.py --dataset $DATASET --neurips23track $TRACK --output plot.png
if [ $TRACK != streaming ]
then
python plot.py --dataset $DATASET --neurips23track $TRACK --output plot.png
fi
python data_export.py --output test.csv
env:
Expand Down

0 comments on commit 21b1c4b

Please sign in to comment.