deepmodeling / deepmd-kit

A deep learning package for many-body potential energy representation and molecular dynamics
https://docs.deepmodeling.com/projects/deepmd/
GNU Lesser General Public License v3.0
1.52k stars 516 forks source link

Reduce test matrix #4177

Open njzjz opened 1 month ago

njzjz commented 1 month ago

Currently, we have 1024 variations for DPA-1 and 512 variations for DPA-2, which takes a lot of CI time, especially when we add more supported backends.

https://github.com/deepmodeling/deepmd-kit/blob/ad8bebe8b8af6e14ce466fa60be61caa4fc7c9db/source/tests/consistent/descriptor/test_dpa1.py#L42-L62

https://github.com/deepmodeling/deepmd-kit/blob/ad8bebe8b8af6e14ce466fa60be61caa4fc7c9db/source/tests/consistent/descriptor/test_dpa2.py#L44-L72

cc @wanghan-iapcm @iProzd

njzjz commented 2 weeks ago

I reopen this issue as DPA-2 also takes lots of time to test consistent.