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-12624: Implement Butler DataUnits #34

Merged
merged 4 commits into from
Apr 20, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 0 additions & 6 deletions python/lsst/daf/butler/ci_hsc/__init__.py

This file was deleted.

76 changes: 0 additions & 76 deletions python/lsst/daf/butler/ci_hsc/hsc.py

This file was deleted.

153 changes: 0 additions & 153 deletions python/lsst/daf/butler/ci_hsc/ingest.py

This file was deleted.

2 changes: 1 addition & 1 deletion python/lsst/daf/butler/core/__init__.py
Expand Up @@ -21,4 +21,4 @@
from .storageClass import *
from .storageInfo import *
from .storedFileInfo import *
from .units import *
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 dataUnit has to be added to this file

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It is not clear to me that we want to pull up all these submodules into the core scope. But as long as we do that we should be consistent.

Copy link
Member

Choose a reason for hiding this comment

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

If you don't they won't be documented (as currently set up)

from .dataUnit import *