Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jacpeterson committed Nov 13, 2024
1 parent 7c44dcd commit 19b03f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/acoustipy/TMM.py
Original file line number Diff line number Diff line change
Expand Up @@ -1843,7 +1843,6 @@ def FFA(self,
except TypeError:
raise ValueError('Unable to Calculate FFA with given frequency range!')
return
print(absfreq)
ffa = round(sum(absfreq)/4,3)

return(ffa)
Expand Down

0 comments on commit 19b03f1

Please sign in to comment.