Skip to content

Commit dc139b8

Browse files
committed
Modify update_results.sh to move SVG files instead of PNG
1 parent 7d47971 commit dc139b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

update_results.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ echo "-- Regenerating noisy tournament figures"
44
# Run the noisy tournament
55
./run_axelrod --noise 0.05 --rc --xc -p 0 -o assets
66
# Copy these figures over, renaming as appropriate
7-
mv assets/strategies_payoff.png assets/strategies_payoff_noise_5.png
8-
mv assets/strategies_boxplot.png assets/strategies_boxplot_noise_5.png
7+
mv assets/strategies_payoff.svg assets/strategies_payoff_noise_5.svg
8+
mv assets/strategies_boxplot.svg assets/strategies_boxplot_noise_5.svg
99

1010
# Running noiseless tournament
1111
echo "-- Running Axelrod, regenerating cache, results, and figures"

0 commit comments

Comments
 (0)