summaryrefslogtreecommitdiff
path: root/driver-51.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-51.sh
parent20b3cb2adccae09126867f679b181e50d2b67d94 (diff)
Updated fmr ratio max value in driving scripts
Diffstat (limited to 'driver-51.sh')
-rwxr-xr-xdriver-51.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver-51.sh b/driver-51.sh
index 8de304a..98f8eb5 100755
--- a/driver-51.sh
+++ b/driver-51.sh
@@ -10,7 +10,7 @@ reset="\033[0m"
mkdir -p 51-results/
touch 51-results/51_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=51-results/$fmr.log
python3 apollonian-52.py -fmr $fmr -bt alt > $filename