<p>In <a href="https://github.com/opentechinstitute/mlab-observatory/pull/29#discussion-diff-21633193">convert_from_telescope/sample_checking.py</a>:</p>
<pre style='color:#555'>> +        'download_throughput' as the value of the 'metric' key.
> +    """
> +    if metadata['metric_name'] != 'download_throughput':
> +      raise ValueError('Results must be for download_throughput metric.')
> +
> +    counts_key = self._hash_key_from_metadata(metadata)
> +
> +    try:
> +      sample_counts_for_key = self.sample_counts[counts_key]
> +    except KeyError:
> +      self.sample_counts[counts_key] = {}
> +      sample_counts_for_key = self.sample_counts[counts_key]
> +
> +    aggregated_by_day = aggregate.aggregate_by_day(results)
> +    for day, values in aggregated_by_day.iteritems():
> +      try:
</pre>
<p>Fixed</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/opentechinstitute/mlab-observatory/pull/29/files#r21633193">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AC7qBMI9GLv20qfS7RqpqPUgqEjKW5GOks5nWKDJgaJpZM4DGR0-.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
  <div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
    <link itemprop="url" href="https://github.com/opentechinstitute/mlab-observatory/pull/29/files#r21633193"></link>
    <meta itemprop="name" content="View Pull Request"></meta>
  </div>
  <meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>