We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6a44bd commit c4c082aCopy full SHA for c4c082a
scripts/run_benchmark/render_report_local.sh
@@ -13,7 +13,7 @@ BASE_DIR="s3://openproblems-data/resources/$TASK/results"
13
OUTPUT_DIR="output/report"
14
15
# find subdir in bucket with latest date
16
-DATE=$(aws s3 ls $BASE_DIR --recursive | awk '{print $4}' | grep 'task_info.yaml' | sort -r | head -n 1 | sed 's#.*/run_\(.*\)/[^/]*$#\1#')
+DATE=$(aws s3 ls $BASE_DIR --recursive --no-sign-request | awk '{print $4}' | grep 'task_info.yaml' | sort -r | head -n 1 | sed 's#.*/run_\(.*\)/[^/]*$#\1#')
17
18
INPUT_DIR="$BASE_DIR/run_$DATE"
19
TASK_STRIP_PREFIX=$(echo $TASK | sed 's/task_//')
0 commit comments