Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
jotabulacios committed Dec 11, 2024
1 parent f8663ba commit a339a32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion math/src/field/fields/fft_friendly/quartic_babybear.rs
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,6 @@ mod tests {
prop_assert_eq!(fft_eval, naive_eval);
}

// #[cfg(not(any(feature = "metal"),not(feature = "cuda")))]
// Property-based test that ensures FFT interpolation is the same as naive..
#[test]
#[cfg(not(any(feature = "metal",feature = "cuda")))]
Expand Down

0 comments on commit a339a32

Please sign in to comment.