Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion source_modelling/rupture_propagation.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,8 @@ def jump_points_from_rupture_tree(
rupture_causality_tree : Tree
A rupture causality tree.
min_depth : float | None, optional
The minimum depth to consider jumping between, or ``None`` to allow jumps at all depths.
The minimum depth to consider jumping between, in kilometres, or
``None`` to allow jumps at all depths.

Returns
-------
Expand Down
Loading