Skip to content

Commit

Permalink
removed unused variable (damn landscape.io)
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasrizzo committed Feb 17, 2016
1 parent 5dcc6a5 commit b2abd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catsim/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_plots():

def test_stats():
import numpy.random as nprnd
for i in range(10):
for _ in range(10):
items = generate_item_bank(500)
yield stats.coef_variation, items
yield stats.coef_correlation, items
Expand Down

0 comments on commit b2abd17

Please sign in to comment.