Skip to content

Commit

Permalink
update test values
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnitz committed Apr 16, 2014
1 parent 16051c2 commit c91d43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_correlate.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class Testcorrelate(unittest.TestCase):
def setUp(self,*args):
self.context = _context
self.scheme = _scheme
self.tolerance = 1e-7
self.tolerance = 1e-6
xr = numpy.random.uniform(low=-1, high=1.0, size=2**20)
yr = numpy.random.uniform(low=-1, high=1.0, size=2**20)
xi = numpy.random.uniform(low=-1, high=1.0, size=2**20)
Expand Down

0 comments on commit c91d43b

Please sign in to comment.