Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
minor fix
  • Loading branch information
kbudhath committed Feb 14, 2017
1 parent c28dfeb commit b441599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_synthetic.py
Expand Up @@ -96,8 +96,8 @@ def test_decision_rate():


def _decision_rate(srcX):
nsample = 100
size = 100
nsample = 1000
size = 1000
level = 0.05
suppfX = range(-7, 8)

Expand Down

0 comments on commit b441599

Please sign in to comment.