Skip to content

Commit 23b08b3

Browse files
committed
Update name of dimp function
1 parent e4aa2c3 commit 23b08b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/edipack2py/func_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1456,7 +1456,7 @@ def get_dimp(self, zeta=None, axis=None):
14561456
:rtype: np.array(dtype=complex)
14571457
14581458
"""
1459-
ed_get_dimp = self.library.ed_get_dimp
1459+
ed_get_dimp = self.library.get_dimp_site_n1
14601460
ed_get_dimp.argtypes = [
14611461
np.ctypeslib.ndpointer(dtype=complex, ndim=1, flags="F_CONTIGUOUS"), # dimp
14621462
ct.c_int, # axis

0 commit comments

Comments
 (0)