We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 134e7cf + b794f85 commit 80bf104Copy full SHA for 80bf104
bayes_mef/utils.py
@@ -2,9 +2,10 @@
2
from functools import wraps
3
4
import numpy as np
5
+import numpy.typing as npt
6
from scipy.special import gammaln
7
-ComplexArr = np.typing.NDArray[np.complexfloating]
8
+ComplexArr = npt.NDArray[np.complexfloating]
9
10
11
def corr(a, b):
0 commit comments