Skip to content

Commit

Permalink
Revert the change for the test generator (will fix another day :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Jan 26, 2024
1 parent 33a6ad3 commit 3bdab2a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions numexpr/tests/test_numexpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -878,10 +878,11 @@ def method():
expr == '(a+1) ** -1'):
continue

make_test_method(a, a2, b, c, d, e, x,
expr, test_scalar, dtype,
optimization, exact,
section_name)
m = make_test_method(a, a2, b, c, d, e, x,
expr, test_scalar, dtype,
optimization, exact,
section_name)
yield m


class test_int64(TestCase):
Expand Down

0 comments on commit 3bdab2a

Please sign in to comment.