Luthaf / rascaline

Computing representations for atomistic machine learning
https://luthaf.fr/rascaline/
BSD 3-Clause "New" or "Revised" License
44 stars 13 forks source link

Future directions for CG iterations #239

Open jwa7 opened 11 months ago

jwa7 commented 11 months ago

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

To Do - Documentation

Luthaf commented 9 months ago
Luthaf commented 8 months ago
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.

jwa7 commented 8 months ago
  • [ ] 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

jwa7 commented 1 month ago