Open jwa7 opened 1 year ago
EmptyArray
class in Python's metatensor API that just track the size of the array but is not allocating memory.tox -e all-deps -- python/rascaline/tests/utils/clebsch_gordan.py
<snip ...>
27 passed in 77.57s
This should not take more than ~10s. All the other Python tests together take around 10s.
I would use smaller datasets/lmax/... to make sure there tests are not becoming a nuisance when developing other parts of the code.
- [ ] the current tests are quite slow, we should see how to make them faster!
tox -e all-deps -- python/rascaline/tests/utils/clebsch_gordan.py <snip ...> 27 passed in 77.57s
This should not take more than ~10s. All the other Python tests together take around 10s.
I would use smaller datasets/lmax/... to make sure there tests are not becoming a nuisance when developing other parts of the code.
@Luthaf Noted! Fixed in #266
k_{x}
numbering convention between the cartesian_to_spherical
routine(s) and CG utils
The first 'iteration' of the Python redesign is starting to converge - see #237. In a rough order of chronology and/or complexity, the next steps to be tackled in future PRs are as follows:
To Do - Functionality
[ ] Implement
correlate_tensors
:To Do - Documentation
wigners
) and compared to other rascaline Calculators --> i.e. PowerSpectrum updated to include (-1)^l factor