Skip to content
Snippets Groups Projects

Remove gmpy workaround

Merged Markus Holzer requested to merge holzer/pystencils:RemoveWarning into master
Compare and
3 files
+ 0
20
Preferences
Compare changes
Files
3
+ 0
1
"""Module to generate stencil kernels in C or CUDA using sympy expressions and call them as Python functions"""
from . import sympy_gmpy_bug_workaround # NOQA
from . import fd
from . import stencil as stencil
from .assignment import Assignment, assignment_from_stencil