summaryrefslogtreecommitdiff
path: root/driver-52.sh
diff options
context:
space:
mode:
authorConnor Moore <connor@hhmoore.ca>2026-03-02 17:35:55 -0500
committerConnor Moore <connor@hhmoore.ca>2026-03-02 17:35:55 -0500
commit35f53633d67ee27c3289152c5bd934c2cc12db07 (patch)
tree2d470f4b3c0881c92db1c7702660b16233550015 /driver-52.sh
parent20b3cb2adccae09126867f679b181e50d2b67d94 (diff)
Updated fmr ratio max value in driving scripts
Diffstat (limited to 'driver-52.sh')
-rwxr-xr-xdriver-52.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver-52.sh b/driver-52.sh
index 14cd8b3..f68780f 100755
--- a/driver-52.sh
+++ b/driver-52.sh
@@ -10,7 +10,7 @@ reset="\033[0m"
mkdir -p 52-results/
touch 52-results/52_keff_table
-for fmr in $(seq 0.1 0.05 0.8); do
+for fmr in $(seq 0.1 0.05 0.9); do
echo -e ${green}Running fmr = $fmr... ${reset}
filename=52-results/$fmr.log
python3 apollonian-52.py -fmr $fmr > $filename