-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extension of Lobster schema and additional tests #272
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #272 +/- ##
==========================================
+ Coverage 79.39% 79.45% +0.06%
==========================================
Files 78 78
Lines 7686 7690 +4
Branches 987 987
==========================================
+ Hits 6102 6110 +8
- Misses 1290 1291 +1
+ Partials 294 289 -5
|
I removed some files from the test data that were not needed. I hope this is fine to merge now. I will vanish into the weekend now. |
Thanks @JaGeo! |
Thanks! We will use it for data generation in the next weeks and again check it in detail. Unfortunately, it takes a bit of time to make sure the workflows, computational settings, and schemas are of very good quality and work for every use-case. |
Summary
This extends the Lobster schema in such a way, that always all bonds and all cation-anion bonds will be included in the automatic analysis of the COHPs. Furthermore, re-plotting should now be much easier than before as I save Cohps.
I have also included more tests for the schema. In this way, I also found another error in the implementation. There was an error in the (refactored) detection of the StrongestBonds. I should have written better tests in the first place.