Skip to content

Commit

Permalink
rm commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrienn Szabo committed Dec 7, 2016
1 parent be48f02 commit e2d24ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/portdata/portdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ def create_labeled_histogram(self, countrycode, num_bins):
data = self.labeled_data[countrycode]
# note: we expect this to be sorted!
usd_values = sorted([d['usd_val'] for d in data])
# outlier_idx_list = self.compute_outliers(usd_values)
(hist_vals, hist_borders) = np.histogram(usd_values, num_bins)
to_return = []
for i in range(len(hist_borders) - 2):
Expand Down

0 comments on commit e2d24ad

Please sign in to comment.