-
Notifications
You must be signed in to change notification settings - Fork 2
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
model_catalogs doesn't import from full install #17
Comments
NOTE: I added the data files, but it won't actually work correctly. The tests fail with: But that won't work with a proper install -- it will only work with an editable install. Not too horrible while under active development -- but I think we need to be a bit more clear about code vs data, and where generated files with be stored. |
@ChrisBarker-NOAA is this still an issue? |
Looks like this is working now -- closing. |
Reopening because I just noticed that the CI tests are using an editable install for the tests:
I think the tests should probably use a regular, non-editable install, to avoid similar issues arising in the future. |
If I do:
pip install model_catalogs
then I can't import it:
I think there's a data file not getting installed.
It works if you use an editable install.
The text was updated successfully, but these errors were encountered: