From 15ff2abf0ac1f356e870ee0ab9cd00c19598cae6 Mon Sep 17 00:00:00 2001 From: Benedikt Schesch Date: Mon, 6 May 2024 22:50:00 -0700 Subject: [PATCH] Adde res --- .github/workflows/check-reproducibility.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-reproducibility.yml b/.github/workflows/check-reproducibility.yml index cf4077e165..28c375937e 100644 --- a/.github/workflows/check-reproducibility.yml +++ b/.github/workflows/check-reproducibility.yml @@ -44,7 +44,7 @@ jobs: run: | git config --global user.email "example@example.com" git config --global user.name "Example Example" - python3 src/python/replay_merge.py --idx 522-15 -delete_workdir -create_artifacts + python3 src/python/replay_merge.py --idx 522-15 -create_artifacts head -n 151 results/combined/result.csv > temp.csv && mv temp.csv results/combined/result.csv make NUM_PROCESSES=1 check-merges-reproducibility env: