From 4484c1a6188b99eded8f930acb95d537372dbcb9 Mon Sep 17 00:00:00 2001 From: Rob Luke Date: Tue, 30 May 2023 20:01:27 +1000 Subject: [PATCH] Lint --- mne_nirs/statistics/_statsmodels.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mne_nirs/statistics/_statsmodels.py b/mne_nirs/statistics/_statsmodels.py index 826c7cdb0..19854f59f 100644 --- a/mne_nirs/statistics/_statsmodels.py +++ b/mne_nirs/statistics/_statsmodels.py @@ -112,7 +112,7 @@ def statsmodels_to_results(model, order=None): for j in range(i + 1): sdf[jj, 0] = np.asarray(model.cov_re)[i, j] sdf[jj, 1] = np.sqrt(model.scale) * \ - model.bse.iloc[model.k_fe + jj] + model.bse.iloc[model.k_fe + jj] jj += 1 # Variance components