Skip to content

Commit

Permalink
Merge pull request #13 from chaithyagr/patch-1
Browse files Browse the repository at this point in the history
Update wavelet.py
  • Loading branch information
sfarrens authored Jan 8, 2024
2 parents 5f75837 + ae84664 commit e7b8897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro/denoising/wavelet.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def decompose(data, n_scales=4):
trans.data = data
trans.analysis()

res = np.array(trans.analysis_data, dtype=np.float)
res = np.array(trans.analysis_data, dtype=np.float64)

return res

Expand Down

0 comments on commit e7b8897

Please sign in to comment.