dense-analysis / dense-analysis/ale
python: why ale could not find functions defined in pytorch
Open
enhancement
- Dominant language
- Vim Script
- Stars
- 14k
- Forks
- 1.5k
- Avg merge
- 17h 49m
- Merged PRs (30d)
- 1
Description
Ale always indicate torch has no member ...., I set
`let b:ale_fix_on_save_ignore = {'py': ['torch']}` but the lint is still there.
Is there a way to let it find the right path of pytorch or simply ignore methods from module torch?
Contributor guide
Assessment
This issue has not been assessed yet.