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 robust polynomial, sum of sinusoids fitting #151

Merged
merged 39 commits into from
Sep 8, 2021

Commits on Mar 27, 2021

  1. Merge pull request #6 from GlacioHack/main

    Update upstream
    rhugonnet authored Mar 27, 2021
    Configuration menu
    Copy the full SHA
    f7f6108 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

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

Commits on Jun 22, 2021

  1. Configuration menu
    Copy the full SHA
    4c4bfbf View commit details
    Browse the repository at this point in the history
  2. add array dimension to docs

    rhugonnet committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    54872f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bafec5e View commit details
    Browse the repository at this point in the history
  4. fix polynomial fit tests

    rhugonnet committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    204434a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    78e2ef7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb397fa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    20e8e5e View commit details
    Browse the repository at this point in the history
  8. fix test

    rhugonnet committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    3c4ea4a View commit details
    Browse the repository at this point in the history
  9. add comments

    rhugonnet committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    6abe090 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. fixes with Eriks comments

    rhugonnet committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    e6034ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86d565b View commit details
    Browse the repository at this point in the history
  3. fix test

    rhugonnet committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    54d4a22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc9398f View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Configuration menu
    Copy the full SHA
    6335fe7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46f2c08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    549a734 View commit details
    Browse the repository at this point in the history
  4. add tests for sum of sins

    rhugonnet committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    8e589e7 View commit details
    Browse the repository at this point in the history
  5. move tests for nd binning

    rhugonnet committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    c19953b View commit details
    Browse the repository at this point in the history
  6. fix typing error

    rhugonnet committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    1043845 View commit details
    Browse the repository at this point in the history
  7. fix tests

    rhugonnet committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    268e63a View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Configuration menu
    Copy the full SHA
    6e7cf23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cfe2e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ca8c4f View commit details
    Browse the repository at this point in the history
  4. rest of amaury comments

    rhugonnet committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    f060cf9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    616bd7e View commit details
    Browse the repository at this point in the history
  6. fix tests

    rhugonnet committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    700bf85 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Configuration menu
    Copy the full SHA
    a2d4acf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dba11f4 View commit details
    Browse the repository at this point in the history
  3. try fixing test

    rhugonnet committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    28e96ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aaf818f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    317c58c View commit details
    Browse the repository at this point in the history
  6. streamline comments

    rhugonnet committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    3051384 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9dc9d5f View commit details
    Browse the repository at this point in the history
  8. remove print statement

    rhugonnet committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    5387422 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    917d905 View commit details
    Browse the repository at this point in the history
  10. skip randomly failing test

    rhugonnet committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    6588c01 View commit details
    Browse the repository at this point in the history
  11. fix skip syntax

    rhugonnet committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    0d2e7ec View commit details
    Browse the repository at this point in the history