Skip to content

Commit

Permalink
docs: fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Nov 19, 2024
1 parent ef30ff3 commit 66b067e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/invert4geom/inversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -1161,9 +1161,9 @@ def run_inversion_workflow(
filename and path to use for saving results. If running a damping
CV, will save the study to <fname>_damping_cv_study.pickle and the tuple of the
best inversion results to <fname>_damping_cv_results.pickle. If running a
density/zref CV, will save the study to <fname>_density_zref_cv_study.pickle and
density/zref CV, will save the study to <fname>_zref_density_cv_study.pickle and
the tuple of the best inversion results to
<fname>_density_zref_cv_results.pickle. The final inversion result for all
<fname>_zref_density_cv_results.pickle. The final inversion result for all
methods will be saved to <fname>_results.pickle, by default will be "tmp_<x>"
where x is a random integer between 0 and 999.
kwargs : typing.Any
Expand Down

0 comments on commit 66b067e

Please sign in to comment.