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-15775: Migrate to dax_ppdb instead of l1dbproto #27

Merged
merged 1 commit into from Sep 28, 2018

Conversation

andy-slac
Copy link
Contributor

l1dbproto package was replaced by dax_ppdb, need to rename imports and
class names here, and update table file. All unit tests pass after the
renaming.

Copy link
Member

@kfindeisen kfindeisen 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, just one minor comment. Thanks for the extra work!

@@ -146,7 +147,7 @@ def load_dia_objects(self, exposure):

indexer_indices, on_boundry = self.indexer.getShardIds(
ctr_coord, max_radius)
# Index types must be cast to int to work with l1dbproto.
# Index types must be cast to int to work with dax.ppdb.
Copy link
Member

Choose a reason for hiding this comment

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

I think dax_ppdb would be more understandable.

l1dbproto package was replaced by dax_ppdb, need to rename imports and
class names here, and update table file. All unit tests pass after the
renaming.
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