You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: validator/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ Please update the follow settings:
55
55
*`data_source`: should match the [formatting](https://cmu-delphi.github.io/delphi-epidata/api/covidcast_signals.html) as used in COVIDcast API calls
56
56
*`end_date`: specifies the last date to be checked; if set to "latest", `end_date` will always be the current date
57
57
*`span_length`: specifies the number of days before the `end_date` to check. `span_length` should be long enough to contain all recent source data that is still in the process of being updated (i.e. in the backfill period), for example, if the data source of interest has a 2-week lag before all reports are in for a given date, `scan_length` should be 14 days
58
-
*`suppressed_errors`: list of lists uniquely specifying errors that have been manually verified as false positives or acceptable deviations from expected
58
+
*`suppressed_errors`: list of pairs of (`check_name`, `file_name`) uniquely specifying errors that have been manually verified as false positives or acceptable deviations from expected. Either value can also take on the value `*` to apply to all check or file names.
59
59
*`test_mode`: boolean; `true` checks only a small number of data files
60
60
*`static`: settings for validations that don't require comparison with external COVIDcast API data
61
61
*`minimum_sample_size` (default: 100): threshold for flagging small sample sizes as invalid
0 commit comments