Melting: Edit CNA descriptor functions#636
Melting: Edit CNA descriptor functions#636prabhath-c wants to merge 2 commits intoprabhath_melting_stackedfrom
Conversation
for more information, see https://pre-commit.ci
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## prabhath_melting_stacked #636 +/- ##
===========================================================
Coverage ? 86.92%
===========================================================
Files ? 44
Lines ? 2501
Branches ? 0
===========================================================
Hits ? 2174
Misses ? 327
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| structure (pyiron_atomistics.structure.atoms.Atoms): The structure to analyze. | ||
| mode ("total"/"numeric"/"str"): Controls the style and level | ||
| of detail of the output. | ||
| - total : return number of atoms belonging to each structure | ||
| - numeric : return a per atom list of numbers- 0 for unknown, | ||
| 1 fcc, 2 hcp, 3 bcc and 4 icosa | ||
| - str : return a per atom string of sructures | ||
| diamond (bool): Flag to either use the diamond structure detector or | ||
| the common neighbor analysis. |
There was a problem hiding this comment.
Why was this more detailed docstring removed?
No description provided.