Skip to content

Commit

Permalink
small docstring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bch0w committed Jul 17, 2023
1 parent 107c972 commit 20587dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seisflows/workflow/inversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def perform_line_search(self):
# Run fwd solver with the model 'm_try'. Corresponding misfit is 'f_try'
self._evaluate_line_search_misfit()

# Increment step count, calculate new step length/model, check misfit
# Calculate new step length/model, check misfit
m_try, alpha, status = self.optimize.update_line_search()
self.optimize.checkpoint()

Expand Down

0 comments on commit 20587dc

Please sign in to comment.