Skip to content

Commit

Permalink
Remove commented-out check for MacOS (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst authored Sep 4, 2024
1 parent 454846a commit 50bb829
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ OUT_DIR="results/$RUN_NAME"
N_MERGES=$3
CACHE_DIR="${4}"

# Check if it's run on MacOS, if yes raise an error
# backend=$(uname -s)
# if [ "$backend" = "Darwin" ]; then
# echo "Error: MacOS is not supported. Please run the script on a Linux machine. This is due to the use of readarray in certain merge tools."
# exit 2
# fi

comparator_flags=""
no_timing=false
only_plotting=false
Expand Down

0 comments on commit 50bb829

Please sign in to comment.