ponder-lab / Hybridize-Functions-Refactoring

Refactorings for optimizing imperative TensorFlow clients for greater efficiency.
Eclipse Public License 2.0
0 stars 0 forks source link

Inconsistency with Python files not in source folders #323

Open khatchad opened 9 months ago

khatchad commented 9 months ago

When a Python file resides in what PyDev considers to be a source folder, we analyze it, and Ariadne also analyzes it. However, for Python files not residing in source folders, we don't analyze it but Ariadne does.

Related to #64.