Skip to content

Commit

Permalink
Add missing blank line between function defs
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Jan 10, 2020
1 parent 62c9443 commit ad2ae09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,7 @@ def test_array_method(ctx_factory):
arr = make_random_array(queue, np.float32, 1024)
np.testing.assert_array_equal(arr, arr.get())


def test_numpy_integer_shape(ctx_factory):
try:
list(np.int32(17))
Expand Down

0 comments on commit ad2ae09

Please sign in to comment.