Skip to content

Commit

Permalink
Minor clarification on docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jinningwang committed Aug 21, 2024
1 parent 539da2a commit 7c5832a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ams/core/matprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,8 @@ def build_ptdf(self, line=None, no_store=False,
permc_spec : str, optional
Column permutation strategy for sparsity preservation. Default is 'COLAMD'.
use_umfpack : bool, optional
If True, use UMFPACK as the solver. Effective only when `incremental=True`
and (`line` contains a single line or `step` is 1). Default is True.
If True, use UMFPACK as the solver. Effective only when (`incremental=True`)
& (`line` contains a single line or `step` is 1). Default is True.
Parameters
----------
Expand Down

0 comments on commit 7c5832a

Please sign in to comment.