Skip to content

Commit

Permalink
add TODO note to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kkappler committed Jan 12, 2025
1 parent 35399be commit deef033
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mth5/timeseries/spectre/spectrogram.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ def covariance_matrix(
method: str = "numpy_cov"
) -> xr.DataArray:
"""
TODO: Add tests for this WIP Work-in-progress method
Compute full covariance matrix for spectrogram data.
For complex-valued data, the result is a Hermitian matrix where:
Expand Down

0 comments on commit deef033

Please sign in to comment.