Closed jgpruitt closed 1 year ago
Clarify order of operations in get_metrics_that_need_compression(). A mixture of ANDs and ORs made the code difficult to reason about. Fix it.
get_metrics_that_need_compression()
AND
OR
Please take into account the following non-code changes that you may need to make with your PR:
Description
Clarify order of operations in
get_metrics_that_need_compression()
. A mixture ofAND
s andOR
s made the code difficult to reason about. Fix it.Merge requirements
Please take into account the following non-code changes that you may need to make with your PR: