Skip to content

Commit

Permalink
Reduce frequency of yvr01 to due data quality alerts (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-soltesz authored Apr 22, 2020
1 parent f0914c6 commit 8b43eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/mlabns/util/resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def answer_query(self, query):
'vie01': 0.5,
'yqm01': 0.5,
'yul02': 0.2, # 0.2
'yvr01': 0.5,
'yvr01': 0.2, # 0.2
'ywg01': 0.5,
'yyc02': 0.5,
'yyz02': 0.2, # 0.2
Expand Down

0 comments on commit 8b43eda

Please sign in to comment.