Skip to content

Commit

Permalink
Raise TARGET_RATIO_TOLERANCE from 0.001 to 0.004
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Oct 17, 2024
1 parent 4540cad commit a60ae42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmd/areas/create_area_weights.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a60ae42

Please sign in to comment.