-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
moving examples out of the package #36
Comments
yeah, the problem was that there were issues with the test models being outside of the package. But if you want to make the change, I do think it would be cleaner. Feel free to submit a PR! It would be super helpful! Tests will also need to be updated. |
Awesome PR, thanks for submitting! Interested in looking at any of the other issues we need help with? |
I was thinking about some workaround automatic testing, formation and coverage... |
amazing! That would be great. Right now a big issue is having to manually run the GPU tests for free. I'll create an issue to track these changes there |
I am new to python packages, modules and stuff but I think that now that the directory This results in anyone installing your As a matter of fact, it is preventing me from loading one of my local module named |
The above commit could solve this. Note that it also excludes the |
I do agree with the change, or even explicitly name the 'pytorch-lightning' |
Whitelisting as you suggest seems a good idea BUT doing so, sub-packages will not be imported. About the name, I also think |
let’s keep it as is for now. i don’t want to introduce breaking changes often (pytorch-lightning) |
Hello, nice peace of work. I was wondering if it would be easier to have examples out of the package (more intuitive to finds and keep the package simple) as well as all tests?
(e.g.
pytorch-lightning/pytorch_lightning/testing_models/lm_test_module.py
)The text was updated successfully, but these errors were encountered: