Python file will not run file even though its specified as a configuration
I have a question about running python files. I recently added a file structure to my project and set the src folder as the root. I have a configuration set to run main.py however, pycharm will only run feature_extraction.py. Why is this happening? I thought I set the configuration correctly. Any ideas?
请先登录再写评论。
Might be related to this one: https://intellij-support.jetbrains.com/hc/en-us/community/posts/360008000019-Pycharm-2020-1-not-retaining-testing-template-configs
Hi, what do you mean by "pycharm will only run feature_extraction.py" ? What happens when you run "main" run configuration?
E.g. what happens if you open the main script in the editor, then right-click on it and select "Run main.py" ?