Update LAMMPS to latest version#512
Conversation
|
Caution Review failedPull request was closed or merged during review No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR updates the LAMMPS conda dependency to version 2025.07.22 and adapts the SNAP analysis module to the updated LAMMPS API. The atom creation function now uses ChangesLAMMPS version upgrade and SNAP API migration
Possibly related PRs
🎯 2 (Simple) | ⏱️ ~8 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
The package seems to be available: But conda does not find it. |
|
|
| lmp_atom_ids = lmp.numpy.extract_atom_iarray("id", num_atoms).flatten() | ||
| lmp_atom_ids = lmp.numpy.extract_atom(name="id").flatten() | ||
| cond = bool(np.all(lmp_atom_ids == 1 + np.arange(num_atoms))) |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #512 +/- ##
=======================================
Coverage 97.90% 97.90%
=======================================
Files 29 29
Lines 2004 2004
=======================================
Hits 1962 1962
Misses 42 42 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Summary by CodeRabbit
Release Notes