You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It was used in (fairchem_core-1.10.0) OCPCalculator, via fairchem.core.common.utils.setup_imports , which can fail to instantiate due to this (as it did in CI for a project I work on). The UMA/FAIRChemCalculator readme examples in main of v2 work fine (and in our CI).
Neither src/fairchem/core/models/utils/basis.py or fairchem.core.common.utils.setup_imports appear to be referenced in main.
Is this code orphaned? Or is it somehow used with particular models (packaged code)? Meaning that it needs to be pinned to scipy < 1.17.0 or updated.