We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4376364 commit 386a44fCopy full SHA for 386a44f
1 file changed
src/aind_dynamic_foraging_basic_analysis/metrics/snr_kurtosis.py
@@ -131,4 +131,4 @@ def estimate_kurtosis(trace: NDArray[np.floating]) -> float:
131
trace = np.nan_to_num(trace, nan=np.nanmedian(trace))
132
133
# Excess kurtosis (normal distribution = 0)
134
- return float(kurtosis(trace, fisher=True, bias=False))
+ return float(kurtosis(trace, fisher=True, bias=False))
0 commit comments