Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SHORT] Fix up codes for FFT class, making it more user friendly and fix grid search #111

Merged
merged 8 commits into from
Jan 13, 2021

Commits on Jan 12, 2021

  1. Fix FFT without for loops

    chaithyagr committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    b941747 View commit details
    Browse the repository at this point in the history
  2. Fix fft op and allow sending mask

    chaithyagr committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    8b9d67d View commit details
    Browse the repository at this point in the history
  3. PEP8

    chaithyagr committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    3164cb3 View commit details
    Browse the repository at this point in the history
  4. Move to scipy

    chaithyagr committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    e4084c8 View commit details
    Browse the repository at this point in the history
  5. Add workers

    chaithyagr committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    845ffdb View commit details
    Browse the repository at this point in the history
  6. Add n_jobs documentation

    chaithyagr committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    952952c View commit details
    Browse the repository at this point in the history
  7. Add samples

    chaithyagr committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    0720f42 View commit details
    Browse the repository at this point in the history
  8. Fix test and add minute change for grid search

    chaithyagr committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    5d8c193 View commit details
    Browse the repository at this point in the history