Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stephan Seitz
pystencils
Commits
fa782b82
Commit
fa782b82
authored
Jan 23, 2020
by
Stephan Seitz
Browse files
Make problems in textures hard errors
parent
8722a2b8
Pipeline
#21328
failed with stage
in 2 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pystencils/transformations.py
View file @
fa782b82
...
...
@@ -1344,8 +1344,8 @@ def implement_interpolations(ast_node: ast.Node,
else
:
i
.
symbol
.
interpolator
.
filter_mode
=
cuda
.
filter_mode
.
POINT
i
.
symbol
.
interpolator
.
read_as_integer
=
True
except
Exception
:
pass
except
Exception
as
e
:
raise
e
ast_node
.
subs
({
old_i
:
i
})
# from pystencils.math_optimizations import ReplaceOptim, optimize_ast
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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