Skip to content

Commit

Permalink
fix: add reference level to iteration plots
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Nov 27, 2023
1 parent bc4f597 commit 960eb44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/invert4geom/inversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -990,11 +990,12 @@ def run_inversion(
params = {
# first column
"density_contrast": f"{density_contrast} kg/m3",
"reference level": f"{zref} m",
"max_iterations": max_iterations,
"l2_norm_tolerance": f"{l2_norm_tolerance}",
"delta_l2_norm_tolerance": f"{delta_l2_norm_tolerance}",
"deriv_type": deriv_type,
# second column
"deriv_type": deriv_type,
"solver_type": solver_type,
"solver_damping": solver_damping,
"upper_confining_layer": "Not enabled"
Expand Down

0 comments on commit 960eb44

Please sign in to comment.