Skip to content

Commit

Permalink
Update cruxPassesCWV.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
rviscomi authored Mar 5, 2024
1 parent 2e31092 commit c157c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/timeseries/cruxPassesCWV.sql
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ SELECT
SAFE_DIVIDE(
COUNT(DISTINCT IF(
/* INP can be null and is not mandatory for CWV */
(p75_inp IS NULL OR IS_GOOD(fast_inp, avg_inp, slow_in[)) AND
(p75_inp IS NULL OR IS_GOOD(fast_inp, avg_inp, slow_inp)) AND
IS_GOOD(fast_lcp, avg_lcp, slow_lcp) AND
IS_GOOD(small_cls, medium_cls, large_cls), origin, NULL
)),
Expand Down

0 comments on commit c157c1c

Please sign in to comment.