Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #579 +/- ##
===========================================
- Coverage 74.51% 74.05% -0.46%
===========================================
Files 26 27 +1
Lines 7899 8018 +119
Branches 1635 1646 +11
===========================================
+ Hits 5886 5938 +52
- Misses 1534 1603 +69
+ Partials 479 477 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
9a8373e to
df4be1d
Compare
df4be1d to
41c6c8a
Compare
8c22839 to
80aa052
Compare
8125d0c to
39437e1
Compare
|
There were still some areas that I didn't manage to add proper checks on the cpp side, but it should be a good enough approach for now. |
39437e1 to
283348e
Compare
283348e to
3d8691f
Compare
|
Some existing tests start to raise SpglibError and result in CI failure |
|
@atztogo, can you also take a look at this PR? |
Ah, it's trivial. We have changed what the exception was being raised in that test and I forgot to adapt it |
Signed-off-by: Cristian Le <[email protected]>
Signed-off-by: Cristian Le <[email protected]>
Signed-off-by: Cristian Le <[email protected]>
Encountered implicit conversion issues. This can probably be relaxed when all arguments are typed accordingly Signed-off-by: Cristian Le <[email protected]>
- Simplifies the conversions - Embeds the array size checks Signed-off-by: Cristian Le <[email protected]>
For some reason it doesn't pick it up when trying to use it
3d8691f to
f080815
Compare
Signed-off-by: Cristian Le <[email protected]>
Signed-off-by: Cristian Le <[email protected]>
Signed-off-by: Cristian Le <[email protected]>
f080815 to
4bd37ad
Compare
|
There were some deprecation warnings reported by OpenScanHub that might be good to fix: |
|
Those are first-party deprecations (stuff we deprecated but we still offer the python interface). |
TODO:
Depends-on: #578
Closes #582