Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3453e98

Browse files
committed
Fixed missing import
1 parent 4f5e4d3 commit 3453e98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sfs/fd/nfchoa.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def plot(d, selection, secondary_source):
3232
from scipy.special import hankel2 as _hankel2
3333

3434
from . import secondary_source_point as _secondary_source_point
35+
from . import secondary_source_line as _secondary_source_line
3536
from .. import util as _util
3637

3738

0 commit comments

Comments
 (0)