Skip to content

Commit

Permalink
Sytle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-schesch committed Oct 16, 2023
1 parent 6e5042a commit c93e6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ python3 src/python/sample_merges.py \
--repos_head_passes_csv "$OUT_DIR/repos_head_passes.csv" \
--merges_path "$OUT_DIR/merges/" \
--output_dir "$OUT_DIR/merges_sampled/" \
--n_merges "${expr 20 \* $N_MERGES}" \
--n_merges "$((20 * "$N_MERGES"))" \
"${merge_comparator_flags[@]}"

python3 src/python/merge_tools_comparator.py \
Expand Down

0 comments on commit c93e6d4

Please sign in to comment.