Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alexander Reinauer
pystencils
Commits
eb1c6ea6
Commit
eb1c6ea6
authored
Jan 23, 2020
by
Michael Kuron
Browse files
fix OpenCL test
parent
f81d83b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
pystencils_tests/test_opencl.py
View file @
eb1c6ea6
...
...
@@ -249,7 +249,7 @@ def test_kernel_creation():
print
(
ast
.
backend
)
code
=
str
(
pystencils
.
show
_code
(
ast
)
)
code
=
pystencils
.
get
_code
_str
(
ast
)
print
(
code
)
assert
'get_local_size'
in
code
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment