Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtsuk committed Dec 17, 2024
1 parent d0c823c commit d42ba49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snuba/web/rpc/common/aggregation.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def from_row(
) -> "ExtrapolationMeta | None":
"""
Computes the reliability and average sample rate for a column based on the extrapolation columns.
If the sample count is 0, we return None as we don't have any data to extrapolate.
"""
confidence_interval = None
average_sample_rate = 0
Expand Down

0 comments on commit d42ba49

Please sign in to comment.