Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mgramin committed Sep 17, 2024
1 parent 4e36a43 commit 8bd653e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mysql/soda/checks_for_masking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ checks for staff:

checks for film:
- row_count same as film in input_db
- distribution_difference(rating) < 0.01:
- distribution_difference(rating) < 0.3:
method: chi_square
distribution reference file: /sodacl/film_rating_distribution.yml

Expand Down
2 changes: 1 addition & 1 deletion postgres/soda/checks_for_2x_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ checks for customer:

checks for film:
- row_count = 2000
- distribution_difference(rating) < 0.02:
- distribution_difference(rating) < 0.05:
method: chi_square
distribution reference file: /sodacl/film_rating_distribution.yml

Expand Down

0 comments on commit 8bd653e

Please sign in to comment.