Skip to content

Commit

Permalink
another revert
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinmacaulay committed Oct 9, 2024
1 parent 2e94d2c commit 42c5095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/echosms/esmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ def S(n):

n = range(n_max)

f_inf = -2.0/q * fsum(map(S, n))
f_inf = -2.0/q * sum(map(S, n))

return 10*log10(a**2 * abs(f_inf)**2 / 4.0)

0 comments on commit 42c5095

Please sign in to comment.