From 718828b17e62333d7aec736e1ab7687731246036 Mon Sep 17 00:00:00 2001 From: Shane Jaroch Date: Tue, 12 Dec 2023 13:11:58 -0500 Subject: [PATCH] =?utf8?q?use=20=E2=89=A4=20character=20instead=20of=20 dict: } # Compute the 1-rep max - # NOTE: this should be guaranteed by arg-parse to be an integer, and 0 < n <= 20 + # NOTE: this should be guaranteed by arg-parse to be an integer, and 1 ≤ n ≤ 20 one_rm = round( weight / _max_rep_ratios[reps], 1, -- 2.52.0