Skip to content

Commit

Permalink
refactor: make "default" the default depth for eq sources
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Nov 19, 2024
1 parent 05cbda9 commit 6b68c2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/invert4geom/regional.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,6 @@ def regional_constraints(
constraints_df.northing,
constraints_df.sampled_grav_height,
)

if depth == "default":
depth = 4.5 * np.mean(
vd.median_distance(
Expand Down

0 comments on commit 6b68c2b

Please sign in to comment.