Coverage for gpaw/gpu/cpupyx/__init__.py: 100%
5 statements
« prev ^ index » next coverage.py v7.7.1, created at 2025-07-09 00:21 +0000
« prev ^ index » next coverage.py v7.7.1, created at 2025-07-09 00:21 +0000
1def __getattr__(attr):
2 if attr == 'scipy':
3 import gpaw.gpu.cpupyx.scipy as scipy
4 return scipy
5 raise AttributeError(attr)