Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
David Menéndez Hurtado committed Sep 17, 2015
1 parent 3c5fb54 commit 82b2e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceygen/tests/bench.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ class Bench(CeygenTestCase):
context.__enter__()
for i in prange(iterations, nogil=True):
lu.det(x)
context.__exit__()
context.__exit__(None, None, None)

self.align = origalign

0 comments on commit 82b2e66

Please sign in to comment.