nod-ai / SHARK

SHARK - High Performance Machine Learning Distribution
Apache License 2.0
1.41k stars 168 forks source link

Flake8 Crashes in pyflakes[F] with a recursion limit exceeded error #1726

Open one-lithe-rune opened 1 year ago

one-lithe-rune commented 1 year ago

When running the same flake8 commands that are specified for the "Lint with flake8" task in .github\workflows\test-models.yml I get the following error, on both my PR branch and main branch:

.\shark.venv\Lib\site-packages\sympy\polys\numberfields\resolvent_lookup.py: "pyflakes[F]" failed during execution due to RecursionError('maximum recursion depth exceeded')
Run flake8 with greater verbosity to see more details
0
JasonGross commented 8 months ago

I'm also seeing this at https://github.com/JasonGross/guarantees-based-mechanistic-interpretability/actions/runs/7438525621/job/20237369571#step:9:32