We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f60b9 commit 144a354Copy full SHA for 144a354
autogalaxy/abstract_fit.py
@@ -72,7 +72,7 @@ def sparse_operator(self) -> Optional[aa.ImagingSparseOperator]:
72
73
Returns
74
-------
75
- The w-tilde matrix if the w-tilde formalism is being used for this inversion.
+ The sparse operator used for efficient linear algebra calculations for this inversion, if enabled.
76
"""
77
if self.dataset.sparse_operator is not None:
78
if self.total_mappers > 0:
0 commit comments