Skip to content

Commit 705463a

Browse files
committed
slight change to wording of documentation
1 parent 8718014 commit 705463a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Please update the follow settings:
5555
* `data_source`: should match the [formatting](https://cmu-delphi.github.io/delphi-epidata/api/covidcast_signals.html) as used in COVIDcast API calls
5656
* `end_date`: specifies the last date to be checked; if set to "latest", `end_date` will always be the current date
5757
* `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 pairs of (`check_name`, `data_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 data names.
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.
5959
* `test_mode`: boolean; `true` checks only a small number of data files
6060
* `static`: settings for validations that don't require comparison with external COVIDcast API data
6161
* `minimum_sample_size` (default: 100): threshold for flagging small sample sizes as invalid

0 commit comments

Comments
 (0)