-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Pycharm can not find declarication to go #1285
Copy link
Copy link
Closed
Labels
Description
In https://github.com/Project-MONAI/tutorials/tree/master/3d_segmentation/challenge_baseline, Pycharm can not track the usage of some submodules.
To be specific, when I use "Ctrl+ LeftClick" to try to jump to the source file of monai.engines.SupervisedEvaluator, Pycharm show warning "can not find declarication to go"
I think this is because that the modules are not imported explicitly in monai/__init__.py like "from .engines import *"???
Is this my personal issue? you can try to reproduce this issue in your pycharm using this file
Reactions are currently unavailable