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

Issue 1006: minor fixes and several new unit tests for PSA module #1508

Merged
merged 13 commits into from
Dec 11, 2017

Commits on Jul 19, 2017

  1. Changed test name(s) from test_asymmetric_weight() to test_asymmetric…

    …_wavg_weight() and test_asymmetric_avg_weight(); need diff names for each test.
    sseyler committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    b48275e View commit details
    Browse the repository at this point in the history
  2. New names for (w)avg_hausdorff tests + reverting back to old (same) t…

    …est names: test_asymmetric_weight()
    sseyler committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    46448c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bfbf1c View commit details
    Browse the repository at this point in the history
  4. New test for Hausdorff pair frames in pairs analysis; pairs analysis …

    …now also gives distance matrix
    sseyler committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    3e3ac06 View commit details
    Browse the repository at this point in the history
  5. Added fix, change, author sseyler to CHANGELOG; updated run_pairs_ana…

    …lysis docs for dist matrix D
    sseyler committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    2ee4e65 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b6fde1 View commit details
    Browse the repository at this point in the history
  7. Small fixes/changes:

     - Added future division and six.range to test_psa.py
     - Separated pairs analysis (_run_pairs_analysis) from _run; moved plotting before
     - Adding a couple distance matrix checks to PSAnalysis methods
     - PSAnalysis.cluster now uses generated distance matrix D by default
       and checks for proper dist matrix format if dist_mat kwarg is specified
     - updated docstring for PSAnalysis.cluster
    sseyler committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    86273c6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7a5b9a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2017

  1. get_path_metric_func now raises KeyError with error string; it's unit…

    … test now checks KeyError is raised
    sseyler committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    3f87c79 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2017

  1. Configuration menu
    Copy the full SHA
    37881f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    251df4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7af4d7 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2017

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