Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sumpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andreas Klöckner
sumpy
Commits
46f08fdf
Commit
46f08fdf
authored
4 years ago
by
Isuru Fernando
Browse files
Options
Downloads
Patches
Plain Diff
Fix tests
parent
fca660ff
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sumpy/expansion/local.py
+1
-0
1 addition, 0 deletions
sumpy/expansion/local.py
test/test_kernels.py
+1
-1
1 addition, 1 deletion
test/test_kernels.py
with
2 additions
and
1 deletion
sumpy/expansion/local.py
+
1
−
0
View file @
46f08fdf
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
test/test_kernels.py
+
1
−
1
View file @
46f08fdf
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment