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

DM-11155: Implement object count metrics #9

Merged
merged 7 commits into from
Dec 1, 2017
Merged

Commits on Dec 1, 2017

  1. Changed output of match method in DIACollection.

    match method now returns a struct containing the updated ids
    and numbers summarizing the number of new, updated, and unassoicated
    DIAObjects.
    Changes to association.py and test_dia_collection.py to reflect this
    change in output.
    Editted doc string in assoc_db_sqlite.py.
    morriscb committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    6aa6cb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    893737a View commit details
    Browse the repository at this point in the history
  3. Modified test_empty_dia_collection.

    Changed to reflect new return of the match method on DIACollection.
    morriscb committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    318a82e View commit details
    Browse the repository at this point in the history
  4. Removed superfluous import.

    morriscb committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    bb72151 View commit details
    Browse the repository at this point in the history
  5. Fixed _add_association_meta_data.

    _add_association_meta_data now properly retrieves all data properly.
    morriscb committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    bf34447 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    064c873 View commit details
    Browse the repository at this point in the history
  7. Corrected int truncation in dia_collection.

    Changed np.concatenate to an extended list.
    morriscb committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    0cd575b View commit details
    Browse the repository at this point in the history