Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtuck committed May 18, 2024
1 parent 692fac9 commit 4bebb64
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fdasrsf/utility_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,8 +505,6 @@ def SqrtMean(gam, parallel=False, cores=-1, smooth=True):
time = linspace(0, 1, T)
binsize = mean(diff(time))
psi = zeros((T, n))
if smooth:

if parallel:
out = Parallel(n_jobs=cores)(
delayed(gradient)(gam[:, k], binsize) for k in range(n)
Expand Down

0 comments on commit 4bebb64

Please sign in to comment.