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

models/init.py stays empty, CI didn't update it (causing import problems vs. documentation) #286

Open
me9hanics opened this issue May 3, 2024 · 0 comments

Comments

@me9hanics
Copy link

The init.py file inside the skmob/models/ folder (and probably many other init.py files in other folders) stays empty after installing with pip.

As I understand it, based on this change the file is now empty by default and is supposed to be automatically modified with CI. However, after my installation, this never happened.
This causes problems with importing the Gravity model based on documentation, from skmob.models import Gravity doesn't work. (I hotfixed it with from skmob.models.gravity import Gravity.)

The Python environment I freshly created for using scikit-mobility uses version 3.9.1 Python. The environment was created in pyenv-win, and the package was installed with pip install scikit-mobility, installing the latest 1.3.1 version.

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

No branches or pull requests

1 participant