Skip to content
Snippets Groups Projects
Commit aa8311f2 authored by Matt Wala's avatar Matt Wala
Browse files

Add NORMALIZE_WHITESPACE to another spot

parent 93c63984
No related branches found
No related tags found
1 merge request!29pytest_generate_tests_for_pyopencl(): Remove use of deprecated
Pipeline #
...@@ -84,7 +84,7 @@ We can then operate on the array with our own kernels: ...@@ -84,7 +84,7 @@ We can then operate on the array with our own kernels:
... """).build() ... """).build()
>>> evt = prg.set_to_1(queue, ary.shape, None, ary.data) >>> evt = prg.set_to_1(queue, ary.shape, None, ary.data)
>>> print(ary) >>> print(ary) #doctest: +NORMALIZE_WHITESPACE
[(1, 1000.) (1, 1000.) (1, 1000.) (1, 1000.) (1, 1000.) (1, 1000.) [(1, 1000.) (1, 1000.) (1, 1000.) (1, 1000.) (1, 1000.) (1, 1000.)
(1, 1000.) (1, 1000.) (1, 1000.) (1, 1000.) (1, 1000.) (1, 1000.) (1, 1000.) (1, 1000.) (1, 1000.) (1, 1000.) (1, 1000.) (1, 1000.)
(1, 1000.) (1, 12.) (1, 1000.) (1, 1000.) (1, 1000.) (1, 1000.) (1, 1000.) (1, 12.) (1, 1000.) (1, 1000.) (1, 1000.) (1, 1000.)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment