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

Add 4th order derivative transforms #586

Merged
merged 22 commits into from
Jul 31, 2023
Merged

Add 4th order derivative transforms #586

merged 22 commits into from
Jul 31, 2023

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    8922d94 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    3399eaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdefd9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f3ca37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5eee12 View commit details
    Browse the repository at this point in the history
  5. Add back dropped line of code

    unalmis committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    abfda65 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Add back dummy _set_up method

    unalmis committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    3ff4ebf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15f816a View commit details
    Browse the repository at this point in the history
  3. Remove _set_up method now that io save stuff was...

        determined to be cause of the bug. The transform matrices
        attribute is being assigned and is persistent. The error the
        previous commits were trying to isolate was just an issue with
        loosing the matrices attribute while saving to output.
        By calling .matrics property attribute everywhere we do not need
        a _set_up method.
    unalmis committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    d78e4a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    0882ba4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07bed02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6a84a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7574d8a View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    b8c877f View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Fix test_zernike_radial

    unalmis committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    60a5bb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8683ba2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a63fb9 View commit details
    Browse the repository at this point in the history
  4. Sort _core using script

    unalmis committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    73fab8f View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    73e4c57 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    b021ef2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e18d49 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Configuration menu
    Copy the full SHA
    d76d9dd View commit details
    Browse the repository at this point in the history