From a60ae42c2e27bfab6a971319ae7b0134a0ae278d Mon Sep 17 00:00:00 2001 From: "martin.holmer@gmail.com" Date: Thu, 17 Oct 2024 15:54:53 -0400 Subject: [PATCH] Raise TARGET_RATIO_TOLERANCE from 0.001 to 0.004 --- tmd/areas/create_area_weights.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmd/areas/create_area_weights.py b/tmd/areas/create_area_weights.py index 2c3ecd98..0fb5da03 100644 --- a/tmd/areas/create_area_weights.py +++ b/tmd/areas/create_area_weights.py @@ -36,7 +36,7 @@ PARAMS = {} # default target parameters: -TARGET_RATIO_TOLERANCE = 0.0010 # what is considered hitting the target +TARGET_RATIO_TOLERANCE = 0.0040 # what is considered hitting the target DUMP_ALL_TARGET_DEVIATIONS = False # set to True only for diagnostic work # default regularization parameters: