From 20796b28141ca1e1502675028d7f674cccff3c75 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 24 May 2025 13:47:32 +0200 Subject: tools: resistor_selector: Raise precision to 6 This had an actual effect on the output giving more available options. --- tools/resistor_selector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/resistor_selector.py') diff --git a/tools/resistor_selector.py b/tools/resistor_selector.py index 144a1c0..1ee51b7 100755 --- a/tools/resistor_selector.py +++ b/tools/resistor_selector.py @@ -27,7 +27,7 @@ MULTIPLIERS = ( def main() -> None: - getcontext().prec = 3 + getcontext().prec = 6 args = Arguments.from_cli() -- cgit v1.2.3-70-g09d2