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 Mar 7, 2024
1 parent 0ed11bc commit a7f0774
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/user_guide/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ It's also possible to set the boundary conditions "by hand", if you know the ID
my_fixed_node = mg.find_nearest_node((1.2, 2.3))
my_fixed_node
9
grid.status_at_node[
my_fixed_node
] = grid.BC_NODE_IS_FIXED_GRADIENT # to fix the node closest to (1.2, 2.3)
grid.status_at_node[my_fixed_node] = (
grid.BC_NODE_IS_FIXED_GRADIENT
) # to fix the node closest to (1.2, 2.3)
See also:

Expand Down
1 change: 1 addition & 0 deletions docs/source/user_guide/overland_flow_user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ To build an OverlandFlow model, first the necessary Landlab components and utili
Written by Jordan Adams, August 2016
"""
## Landlab components
from landlab.components import OverlandFlow, SinkFiller # SinkFiller is optional
Expand Down

0 comments on commit a7f0774

Please sign in to comment.