Skip to content

Commit 5a91bad

Browse files
authored
[ty] Move 'scipy' to list of 'good' projects (astral-sh#17850)
## Summary Adds `scipy` as a new project to `good.txt` as a follow-up to astral-sh#17849.
1 parent 1945bfd commit 5a91bad

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

crates/ty_python_semantic/resources/primer/bad.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ pytest # cycle panics (signature_)
2222
pywin32 # bad use-def map (binding with definitely-visible unbound)
2323
schemathesis # cycle panics (signature_)
2424
scikit-learn # success, but mypy-primer hangs processing the output
25-
scipy # missing expression type ("expression should belong to this TypeInference region")
2625
spack # success, but mypy-primer hangs processing the output
2726
spark # cycle panics (try_metaclass_)
2827
steam.py # cycle panics (try_metaclass_), often hangs when multi-threaded

crates/ty_python_semantic/resources/primer/good.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ rclip
9090
rich
9191
rotki
9292
schema_salad
93+
scipy
9394
scrapy
9495
setuptools
9596
sockeye

0 commit comments

Comments
 (0)