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.25k stars 212 forks source link

Avoid erroring when OMP_NUM_THREADS is empty string #472

Closed phofl closed 9 months ago

phofl commented 10 months ago

unsetting the variable like this is not uncommon but this will raise here unfortunately

This circumvents the issue

phofl commented 10 months ago

@FrancescAlted gentle ping

thoughts here?

phofl commented 9 months ago

Updated

FrancescAlted commented 9 months ago

Unfortunately test suite is not passing with the latest commit.

phofl commented 9 months ago

should be fixed now

FrancescAlted commented 9 months ago

Looks good. Thanks @phofl !