Commit abf26205 by Tobias Langer

Fixed script name.

parent 6ec78092
......@@ -6,6 +6,6 @@ for i in `seq 0.5 0.5 4.5`;
do
./run.py 333 $i
rm -r experiments/ese*
./analysis.sh experiment_data/results/* $i
./analysis.py experiment_data/results/* $i
rm -r experiment_data
done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment