Skip to content

Commit

Permalink
chore: fix validate config
Browse files Browse the repository at this point in the history
Signed-off-by: Weston Steimel <[email protected]>
  • Loading branch information
westonsteimel committed Oct 3, 2024
1 parent 2a8b2fd commit 04401da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tests/quality/config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
x-ref:
default-validations: &default-validations
max-f1-regression: 0.0
max-new-false-negatives: 0
max-unlabeled-percent: 10
max_f1_regression: 0.0
max_new_false_negatives: 0
max_unlabeled_percent: 10
max_year: 2021
candidate_tool_label: custom-db
yardstick:
Expand Down

0 comments on commit 04401da

Please sign in to comment.