Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 19, 2023
1 parent 6094ec3 commit 43a9f92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions echopype/calibrate/cal_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,8 +497,8 @@ def _get_fs():
)
elif p == "equivalent_beam_angle":
# scaled according to frequency ratio
out_dict[p] = (
beam[p] + 20 * np.log10(beam["frequency_nominal"] / freq_center)
out_dict[p] = beam[p] + 20 * np.log10(
beam["frequency_nominal"] / freq_center
)
elif p == "gain_correction":
# interpolate or pull from narrowband table
Expand Down

0 comments on commit 43a9f92

Please sign in to comment.