Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtuck committed Apr 3, 2024
1 parent 3a708e5 commit 19d8301
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fdasrsf/geometry.py
Expand Up @@ -57,8 +57,6 @@ def gam_to_h(gam, smooth=True):
time = linspace(0, 1, TT)
binsize = diff(time)
binsize = binsize.mean()
s = logspace(-4, -1, 10)
cnt = 1
if gam.ndim == 1:
if smooth:
gamtmp = smooth_data(gam[:, newaxis], 25)
Expand Down

0 comments on commit 19d8301

Please sign in to comment.