From b5ed6f8e9478a9fa28ec652c6c8bf643ae2d89cb Mon Sep 17 00:00:00 2001 From: howsoRes <144272317+howsoRes@users.noreply.github.com> Date: Fri, 21 Mar 2025 10:21:17 -0400 Subject: [PATCH] 23254: Updates docstring for params to add 'fastest' numerical_precision --- howso/client/base.py | 2 ++ howso/engine/trainee.py | 2 ++ 2 files changed, 4 insertions(+) diff --git a/howso/client/base.py b/howso/client/base.py index 9f73290b..618541c3 100644 --- a/howso/client/base.py +++ b/howso/client/base.py @@ -5423,6 +5423,8 @@ def get_params( - "fast" : will always use a fast approach for all computations which will use faster, but lower precision numeric operations. + - "fastest" : same as "fast" but will additionally use a faster + approach specific for generative reacts. Returns ------- diff --git a/howso/engine/trainee.py b/howso/engine/trainee.py index 1f544cb4..a8f0e6f0 100644 --- a/howso/engine/trainee.py +++ b/howso/engine/trainee.py @@ -3458,6 +3458,8 @@ def get_params( - "fast" : will always use a fast approach for all computations which will use faster, but lower precision numeric operations. + - "fastest" : same as "fast" but will additionally use a faster + approach specific for generative reacts. Returns -------