Skip to content

Commit

Permalink
black format
Browse files Browse the repository at this point in the history
  • Loading branch information
anujanegi committed Jun 27, 2023
1 parent 1a65b78 commit 86b8dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bsi_zoo/estimators.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def _compute_eloreta_kernel(L, *, lambda2, n_orient, whitener, loose=1.0, max_it
n_orient=n_orient,
)
G_R_Gt = _this_normalize_R(G, R, G_3)
extra = " (this make take a while)" if n_orient == 3 else ""
# extra = " (this make take a while)" if n_orient == 3 else ""
for kk in range(max_iter):
# 1. Compute inverse of the weights (stabilized) and C
s, u = eigh(G_R_Gt)
Expand Down

0 comments on commit 86b8dd9

Please sign in to comment.