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

test utils revamp #159

Merged
merged 41 commits into from
Sep 25, 2020
Merged

test utils revamp #159

merged 41 commits into from
Sep 25, 2020

Commits on Aug 30, 2020

  1. Fix style

    Will Tebbutt committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    e322d2c View commit details
    Browse the repository at this point in the history
  2. Fix convention

    Will Tebbutt committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    81b2bb8 View commit details
    Browse the repository at this point in the history
  3. First pass over test set implementation

    Will Tebbutt committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    c795cdb View commit details
    Browse the repository at this point in the history
  4. Add standardised tests to BaseKernels

    Will Tebbutt committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    24b0422 View commit details
    Browse the repository at this point in the history
  5. Test composite kernels

    Will Tebbutt committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    32877de View commit details
    Browse the repository at this point in the history
  6. Fix some tests

    Will Tebbutt committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    a32eae6 View commit details
    Browse the repository at this point in the history
  7. Fix maha

    Will Tebbutt committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    5815b41 View commit details
    Browse the repository at this point in the history
  8. Fix sm

    Will Tebbutt committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    14178ce View commit details
    Browse the repository at this point in the history
  9. Fix up maha

    Will Tebbutt committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    7ab9c52 View commit details
    Browse the repository at this point in the history
  10. Remove redundant file

    Will Tebbutt committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    180c934 View commit details
    Browse the repository at this point in the history
  11. Move existing test utils over to module

    Will Tebbutt committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    4954575 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. Add Gamma Exponential kernel reference

    Will Tebbutt committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    a79de46 View commit details
    Browse the repository at this point in the history
  2. Update src/matrix/kernelpdmat.jl

    Co-authored-by: Théo Galy-Fajou <theo.galyfajou@gmail.com>
    willtebbutt and theogf authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    4ba9c35 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Remove repeated code

    Will Tebbutt committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    ce11e1d View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Warn about breaking change

    wt committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    1086241 View commit details
    Browse the repository at this point in the history
  2. Merge in master

    wt committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    1c8216d View commit details
    Browse the repository at this point in the history
  3. Resolve merge conflict

    wt committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    e73b23d View commit details
    Browse the repository at this point in the history
  4. Update src/test_utils.jl

    Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
    willtebbutt and devmotion authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    22295f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Merge in master

    wt committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    a945ab6 View commit details
    Browse the repository at this point in the history
  2. Merge in master

    wt committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    463d1ea View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Resolve merge conflict

    Will Tebbutt committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    523313d View commit details
    Browse the repository at this point in the history
  2. Bump patch

    Will Tebbutt committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    b58c649 View commit details
    Browse the repository at this point in the history
  3. Fix up tests

    wt committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    2e508e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Remove dead space

    wt committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    e821f1a View commit details
    Browse the repository at this point in the history
  2. Fix rational quadratic parameter test

    wt committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    09efe1a View commit details
    Browse the repository at this point in the history
  3. Fix some style issues

    wt committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    7eaae64 View commit details
    Browse the repository at this point in the history
  4. Add extra parameter check

    wt committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    13772f9 View commit details
    Browse the repository at this point in the history
  5. Update src/basekernels/rationalquad.jl

    Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
    willtebbutt and devmotion authored Sep 22, 2020
    Configuration menu
    Copy the full SHA
    7a7fdf1 View commit details
    Browse the repository at this point in the history
  6. Tweak check

    wt committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    c8965ac View commit details
    Browse the repository at this point in the history
  7. Fix RQ convention to match EQ

    wt committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    cc559eb View commit details
    Browse the repository at this point in the history
  8. Refactor tests

    wt committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    8c079a5 View commit details
    Browse the repository at this point in the history
  9. Fix nn issues

    wt committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    dbd0c16 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Merge branch 'master' into wct/test-utils

    wt committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    d250375 View commit details
    Browse the repository at this point in the history
  2. Fix weird printing issue

    wt committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    efb18be View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Update src/test_utils.jl

    Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
    willtebbutt and devmotion authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    93ec40d View commit details
    Browse the repository at this point in the history
  2. Update test/kernels/kernelsum.jl

    Co-authored-by: Théo Galy-Fajou <theo.galyfajou@gmail.com>
    willtebbutt and theogf authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    c7f2490 View commit details
    Browse the repository at this point in the history
  3. Update src/test_utils.jl

    Co-authored-by: Théo Galy-Fajou <theo.galyfajou@gmail.com>
    willtebbutt and theogf authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    bc345f6 View commit details
    Browse the repository at this point in the history
  4. Test FBM kernel

    wt committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    ab492c0 View commit details
    Browse the repository at this point in the history
  5. Fix up Gabor

    wt committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    e2bb5b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Loosen dof bound

    wt committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    ef044ea View commit details
    Browse the repository at this point in the history
  2. Perturb test

    wt committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    e63002e View commit details
    Browse the repository at this point in the history