Skip to content

Commit

Permalink
Remove old mod
Browse files Browse the repository at this point in the history
  • Loading branch information
smu160 committed May 13, 2024
1 parent a227dad commit 22ed8c9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ pub mod cobra;
mod kernels;
pub mod options;
pub mod planner;
mod r2c_kernels;
mod twiddles;

macro_rules! impl_fft_for {
Expand Down Expand Up @@ -191,9 +190,9 @@ pub fn fft_64_r2c(signal: &mut [f64]) -> (Vec<f64>, Vec<f64>) {
mod tests {
use std::ops::Range;

use utilities::{assert_float_closeness, gen_random_signal};
use utilities::rustfft::FftPlanner;
use utilities::rustfft::num_complex::Complex;
use utilities::rustfft::FftPlanner;
use utilities::{assert_float_closeness, gen_random_signal};

use super::*;

Expand Down

0 comments on commit 22ed8c9

Please sign in to comment.