Volkan K.
Results
1
issues of
Volkan K.
# Pyre Bug **Bug description** `pyre` incorrectly reports undefined attribute errors for standard NumPy functions (`array`, `sqrt`,`fft`) when using `NumPy` v2.x. **Reproduction steps** Test code: ```python import numpy as np...