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

Conversation

morriscb
Copy link
Contributor

No description provided.

Copy link
Contributor

@isullivan isullivan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

)

def _add_association_meta_data(self, match_result):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this metadata used anywhere, or is it for future development?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's used in ap_verify. This is a stop gap until the data products AssocationTask produces better routed through the Butler or similar system.

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.
Changed to reflect new return of the match method on DIACollection.
_add_association_meta_data now properly retrieves all data properly.
Changed np.concatenate to an extended list.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants