pydata / numexpr

Fast numerical array expression evaluator for Python, NumPy, Pandas, PyTables and more
https://numexpr.readthedocs.io/en/latest/user_guide.html
MIT License
2.23k stars 210 forks source link

Don't define/set ex_uses_vml if USE_VML is not defined #440

Closed peadar closed 1 year ago

peadar commented 1 year ago

This suppresses a warning about setting the value when it's value is never used.