Skip to content

Commit 144a354

Browse files
Jammy2211Copilot
andauthored
Update autogalaxy/abstract_fit.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 77f60b9 commit 144a354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autogalaxy/abstract_fit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def sparse_operator(self) -> Optional[aa.ImagingSparseOperator]:
7272
7373
Returns
7474
-------
75-
The w-tilde matrix if the w-tilde formalism is being used for this inversion.
75+
The sparse operator used for efficient linear algebra calculations for this inversion, if enabled.
7676
"""
7777
if self.dataset.sparse_operator is not None:
7878
if self.total_mappers > 0:

0 commit comments

Comments
 (0)