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 Feb 1, 2022
1 parent 81c4bcf commit ca169af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/benchmarks/generate_data/um_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ def add_field(level_: int, time_step_: int) -> None:
six_rec = 20 / 3
three_rec = six_rec / 2

new_field.blev = level_1 ** 2 * six_rec - six_rec
new_field.blev = level_1**2 * six_rec - six_rec
new_field.brsvd1 = (
level_1 ** 2 * six_rec + (six_rec * level_1) - three_rec
level_1**2 * six_rec + (six_rec * level_1) - three_rec
)

brsvd2_simulated = np.linspace(0.995, 0, len_z)
Expand Down

0 comments on commit ca169af

Please sign in to comment.