-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
bugSomething isn't workingSomething isn't workinghelp wantedOpen to be worked onOpen to be worked onpriority: 2Low priority taskLow priority task
Description
🐛 Bug
PyTorch Lightning install its tests into "test" in the Python path. I would venture that this is not ideal.
To Reproduce
Install PyTorch Lightning
import pathlib
import pytorch_lightning
print(list((pathlib.Path(pytorch_lightning.__file__).parent.parent / 'tests').glob('*')))
This is with git a checkout from today.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedOpen to be worked onOpen to be worked onpriority: 2Low priority taskLow priority task