We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d621aa1 commit 4376364Copy full SHA for 4376364
1 file changed
src/aind_dynamic_foraging_basic_analysis/metrics/snr_kurtosis.py
@@ -131,5 +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))
135
-
+ return float(kurtosis(trace, fisher=True, bias=False))
0 commit comments