From: Shane Jaroch Date: Tue, 12 Dec 2023 18:11:58 +0000 (-0500) Subject: use ≤ character instead of <= X-Git-Tag: v0.2.8.dev0~56 X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=718828b17e62333d7aec736e1ab7687731246036;p=nutratech%2Fcli.git use ≤ character instead of <= --- diff --git a/ntclient/services/calculate.py b/ntclient/services/calculate.py index 8fc9322..72a3d2c 100644 --- a/ntclient/services/calculate.py +++ b/ntclient/services/calculate.py @@ -112,7 +112,7 @@ def orm_dos_remedios(weight: float, reps: int) -> 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,