Skip to content

Commit

Permalink
Update PR threshold count to 10
Browse files Browse the repository at this point in the history
We now show 10 indicators for PR. See the discussion on the github issue for more info: #1621
  • Loading branch information
switzersc committed Jun 16, 2022
1 parent 8c255f0 commit 363b764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/data-pipeline/data_pipeline/etl/score/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
# Controlling Tile user experience columns
THRESHOLD_COUNT_TO_SHOW_FIELD_NAME = "THRHLD"
TILES_ISLAND_AREAS_THRESHOLD_COUNT = 3
TILES_PUERTO_RICO_THRESHOLD_COUNT = 4
TILES_PUERTO_RICO_THRESHOLD_COUNT = 10
TILES_NATION_THRESHOLD_COUNT = 21

# Note that the FIPS code is a string
Expand Down

0 comments on commit 363b764

Please sign in to comment.