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
fix(test): account for Masses section in dpdata>=1.0.2 lammps output
dpdata 1.0.2 started emitting a "Masses" section in the lammps/lmp
output, which broke the exact-string comparison in
TestConfGenerator.test_make_conf_list on the Python 3.13 CI job (3.9
gets dpdata 1.0.1, which has no Masses section, so it kept passing).
Keep the strict string comparison but include the Masses block in the
expected content when the installed dpdata is >= 1.0.2.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments