Skip to content

Commit

Permalink
Revert "Update test_np_functions.py"
Browse files Browse the repository at this point in the history
This reverts commit 742860f.
  • Loading branch information
guilhermeleobas committed Aug 26, 2020
1 parent 742860f commit af17656
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions numba/tests/test_np_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3215,8 +3215,6 @@ def make_unicode_list():
def test_asfarray(self):
def inputs():
yield np.array([1, 2, 3]), None
yield np.array([1, 2, 3]), int # dtype will be ignored
yield np.array([1, 2, 3]), str # dtype will be ignored
yield np.array([2, 3], dtype=np.float32), np.float32
yield np.array([2, 3], dtype=np.int8), np.int8
yield np.array([2, 3], dtype=np.int8), np.complex64
Expand Down

0 comments on commit af17656

Please sign in to comment.