Skip to content

Commit

Permalink
try to fix nft
Browse files Browse the repository at this point in the history
  • Loading branch information
juanep97 committed Dec 14, 2023
1 parent 780b101 commit 0b54c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mutis/lib/signal.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def lc_gen_psd_nft(times, values):
compute the power spectral density and to reconstruct the
randomised signal."""

k = np.arange(-times.size // 2, times.size / 2)
k = np.arange(-times.size / 2, times.size / 2)
n = k.size

nft = nfft.nfft_adjoint(
Expand Down

0 comments on commit 0b54c3a

Please sign in to comment.