Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
docs(DFT_deconv): improve wording of docstring for return value
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernLudwigPTB committed Feb 23, 2021
1 parent 810bd52 commit e866aa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PyDynamic/uncertainty/propagate_DFT.py
Original file line number Diff line number Diff line change
Expand Up @@ -949,8 +949,8 @@ def DFT_deconv(
real and imaginary parts of DFT values of deconv result
UX : np.ndarray of shape (2M,2M) or 3-tuple of np.ndarray of shape (M,M)
Covariance matrix associated with real and imaginary part of X. If the matrix
fully assembled does not fit the memory, we return the autocovariances for the
real parts ``URRX``, the imaginary parts ``UIIX`` and the covariances for
fully assembled does not fit the memory, we return the auto-covariance for the
real parts ``URRX``and the imaginary parts ``UIIX`` and the covariance between
the real and imaginary parts ``URIX`` as separate
:class:`np.ndarrays <numpy.ndarray>` arranged as follows: ``(URRX, URIX, UIIX)``
Expand Down

0 comments on commit e866aa4

Please sign in to comment.