Skip to content

Commit 67bb74b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e973b82 commit 67bb74b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cascade/beach_dune_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def filter_overwash(
277277

278278
# dam^3/dam
279279
overwash_to_shoreface = total_overwash_removal_shoreface_volume / barrier_length
280-
(x_s, s_sf, beach_width) = shoreface_nourishment(
280+
x_s, s_sf, beach_width = shoreface_nourishment(
281281
x_s, # dam
282282
x_t, # dam
283283
overwash_to_shoreface, # dam^3/dam

scripts/old_plot_tests/plot_B3D-BMI_vs_B3D-Cascade.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""
2-
Plot check that barrier3d call in cascade matches bmi
2+
Plot check that barrier3d call in cascade matches bmi
33
4-
NOTE to users:
5-
- if using Barrier3D for the first time, remember to $ pip install -e .
4+
NOTE to users:
5+
- if using Barrier3D for the first time, remember to $ pip install -e .
66
"""
77

88
import time

0 commit comments

Comments
 (0)