From 5d27ff453a018e2ff85ce4d184c44045f8195ec8 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Sun, 25 May 2025 22:19:40 -0400 Subject: [PATCH] Add execute permissions to both training scripts This allows simplifying the instructions as the scripts are already executable as soon as the repository is cloned. --- README.md | 2 +- training/experiment_1.sh | 0 training/experiment_2.sh | 0 3 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 training/experiment_1.sh mode change 100644 => 100755 training/experiment_2.sh diff --git a/README.md b/README.md index f2beee8..ca3cb2f 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,4 @@ To run the ensemble complexity experiments for learning binary permutations as d - `training/experiment_1.sh`: Generates the results for the left plot in Figure 7. - `training/experiment_2.sh`: Generates the results for the right plot in Figure 7. -Make sure that these scripts are called from within the `training` folder and that they are given execution permissions, e.g. by invoking `chmod +x experiment_1.sh` and `chmod +x experiment_2.sh`. +Make sure that these scripts are called from within the `training` folder. diff --git a/training/experiment_1.sh b/training/experiment_1.sh old mode 100644 new mode 100755 diff --git a/training/experiment_2.sh b/training/experiment_2.sh old mode 100644 new mode 100755