Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FranekStark committed Feb 16, 2025
1 parent 9c45881 commit e4830e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automatic_solver_experiments.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ while [ "$#" -gt 0 ]; do
docker stop $(docker ps -q -f ancestor=dfki_quad:latest)

echo "moving data"
mv ${PWD}/ws/src/solver_experiments/results ${PWD}/ws/src/solver_experiments/${platform_name}-N${number}-${test_preset}_$(date '+%Y%m%d')
mv ${PWD}/ws/src/solver_experiments/results ${PWD}/ws/src/solver_experiments/${platform_name}-N${number}-${test_preset}_$(date '+%Y%m%d_%H%M')

echo "Experiment on branch $branch with horizon $number completed."
done
Expand Down

0 comments on commit e4830e0

Please sign in to comment.