Skip to content

Commit

Permalink
Shrink text
Browse files Browse the repository at this point in the history
  • Loading branch information
spectre-ns committed Apr 23, 2024
1 parent afece96 commit 16dc368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_xfft.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ namespace xt
TEST(xfft, fft_n_0_axis)
{
size_t k = 2;
size_t n = 8;
size_t n = 10;
size_t A = 1;
size_t dim = 8;
size_t dim = 10;
auto x = xt::linspace<float>(0, n - 1, n) * xt::ones<float>({dim, n});
xt::xarray<float> y = A * xt::sin(2 * xt::numeric_constants<float>::PI * x * k / n);
y = xt::transpose(y);
Expand Down

0 comments on commit 16dc368

Please sign in to comment.