summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/resistor_selector.py2
1 files changed, 1 insertions, 1 deletions
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()