Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gwm17 committed Dec 31, 2024
1 parent fa5a074 commit 4cb96fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/user_guide/config/solver.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Solver Configuration

The Solver parameters control the solving phase of the analysis. The default solver parameters in `config.json` are:
The Solver parameters control the solving phase of the analysis.

```python
solver_params = SolverParameters(
Expand All @@ -18,6 +18,7 @@ solver_params = SolverParameters(
fit_vertex_rho=True,
fit_vertex_phi=True,
fit_azimuthal=True,
fit_method="lbfgsb",
)
```

Expand Down

0 comments on commit 4cb96fb

Please sign in to comment.