forked from rhysnewell/fftconvolve
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unfortunately this requires an extra Default trait bound which results in requiring a major version change. Practically it's not an issue since all elements that you'd want to convolve would implement Default, but it's a bit annoying. Default is required for initializing the scratch-buffer, which is strictly not necessary but requires changes to `rustfft`. It's currently pending this issue in rustfft: ejmahler/RustFFT#105
- Loading branch information
1 parent
14950db
commit 14c1c07
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,4 @@ ndarray = "^0.15" | |
ndarray-linalg = "^0.16" | ||
num-traits = "^0.2" | ||
num = "^0.4" | ||
easyfft = "^0.2" | ||
easyfft = "^0.3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters