-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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