Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-luke authored May 30, 2023
1 parent b300926 commit 4484c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne_nirs/statistics/_statsmodels.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4484c1a

Please sign in to comment.