Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
leifwalsh committed Sep 10, 2017
1 parent 39815f7 commit 515c9a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
History
=======

0.1.3 (2017-09-10)
------------------

* Actually fix when only benchmarking one function (no K-S test) (oops).

0.1.2 (2017-09-10)
------------------

Expand Down
2 changes: 1 addition & 1 deletion perfume/perfume.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def update(self, samples):
.set_precision(3)
.set_caption('Descriptive Timing Statistics')
.render())
if len(self._colors) > 1:
if len(self._sources) > 1:
ks_frame = analyze.ks_test(timings)
ks_bk_frame = analyze.ks_test(bucketed_timings)
ks_html = (ks_frame.style.applymap(self._ks_style)
Expand Down

0 comments on commit 515c9a0

Please sign in to comment.