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

unify importing in codebase #128

Open
Lioscro opened this issue Aug 5, 2021 · 0 comments
Open

unify importing in codebase #128

Lioscro opened this issue Aug 5, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@Lioscro
Copy link
Collaborator

Lioscro commented Aug 5, 2021

Should be a simple fix, but just posting as an issue so that we get to it some time.
We should unify local importing to use relative imports (i.e. from .data import CassiopeiaTree) instead of specifying the full package name (i.e. from cassiopeia.data import CassiopeiaTree).
As of right now, most submodules use the absolute importing scheme.

@mattjones315 mattjones315 added the enhancement New feature or request label Aug 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants