Skip to content

Commit

Permalink
Merge pull request PSLmodels#239 from PSLmodels/target-ratio-tolerance
Browse files Browse the repository at this point in the history
Raise TARGET_RATIO_TOLERANCE from 0.001 to 0.004
  • Loading branch information
martinholmer authored Oct 17, 2024
2 parents 861e791 + 01f866f commit d5af377
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 d5af377

Please sign in to comment.