-
Notifications
You must be signed in to change notification settings - Fork 1
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
Package name #1
Comments
Maybe |
Maybe useful what we have been doing in GLASS: We have a We hence want to have the |
There can be differences between the pip name and import name. We can have the pip name be |
I'll experiment. |
I'm not sure how to do namespace packages like
cosmology.api
,cosmology.compat
if we also have a regular packagecosmology
. For now I'm calling thiscosmology.core
, but it would be nice to drop thecore
.The text was updated successfully, but these errors were encountered: