We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe80d6 commit 7391f3bCopy full SHA for 7391f3b
flopy4/__init__.py
@@ -67,9 +67,9 @@ def find(
67
) -> Optional[Scalar]:
68
"""
69
Search for a value with the given `key` in the given `tree`, first
70
- within itself, then from the root downwards in breadth-first order.
+ within its own `Dataset`, then depth-first from the root downwards.
71
A set of search paths can be provided to look in before continuing
72
- with the unguided BFS. If a match is not found, return a `default`.
+ with the unguided DFS. If a match is not found, return a `default`.
73
74
75
def _find_recursive(tree, key):
0 commit comments