Skip to content
Snippets Groups Projects
Commit 46f08fdf authored by Isuru Fernando's avatar Isuru Fernando
Browse files

Fix tests

parent fca660ff
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@ from sumpy.expansion import (
from sumpy.tools import mi_increment_axis, matvec_toeplitz_upper_triangular
from pytools import single_valued
class LocalExpansionBase(ExpansionBase):
pass
......
......@@ -820,7 +820,7 @@ def _m2l_translate_simple(tgt_expansion, src_expansion, src_coeff_exprs, src_rsc
#
# To get the local expansion coefficients, we take derivatives of
# the multipole expansion.
taker = src_expansion.get_kernel_derivative_taker(dvec, src_rscale, sac=None)
taker = src_expansion.kernel.get_derivative_taker(dvec, src_rscale, sac=None)
from sumpy.tools import add_mi
......
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