Skip to content
Snippets Groups Projects
Commit 24c566d9 authored by Michael Langguth's avatar Michael Langguth
Browse files

Added missing slash in source_dir-argument of 'DataExtraction.sh'.

parent bfa5b98c
No related branches found
No related tags found
No related merge requests found
Pipeline #42240 failed
......@@ -38,7 +38,7 @@ dest_dir="/p/scratch/deepacf/video_prediction_shared_folder/extractedData/"
year="2010"
# Run data extraction
srun python ../../workflow_parallel_frame_prediction/DataExtraction/mpi_stager_v2.py --source_dir ${source_dir}/${year} --destination_dir ${dest_dir}/${year}/
srun python ../../workflow_parallel_frame_prediction/DataExtraction/mpi_stager_v2.py --source_dir ${source_dir}/${year}/ --destination_dir ${dest_dir}/${year}/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment