Skip to content

Commit 6a13a9b

Browse files
committed
remove rank needed just for debug
1 parent 2511a89 commit 6a13a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/libsharp/libsharp.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ cdef class alm_info:
247247
sharp_destroy_alm_info(self.ainfo)
248248
self.ainfo = NULL
249249

250-
def almxfl(self, np.ndarray[double, ndim=3, mode='c'] alm, np.ndarray[double, ndim=2, mode='c'] fl, int rank):
250+
def almxfl(self, np.ndarray[double, ndim=3, mode='c'] alm, np.ndarray[double, ndim=2, mode='c'] fl):
251251
"""Multiply Alm by a Ell based array
252252
253253

0 commit comments

Comments
 (0)