XAS: Move Startup Logic to _update_structure()#806
Conversation
Addresses requirements for lazy-loading (PR aiidalab#802) by moving logic for checking core-hole pseudopotentials to `_update_structure()`.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #806 +/- ##
==========================================
+ Coverage 67.06% 67.10% +0.03%
==========================================
Files 51 51
Lines 4713 4712 -1
==========================================
+ Hits 3161 3162 +1
+ Misses 1552 1550 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
Hi @edan-bainglass, apologies for the slow speed on this one, but this should be ready to go. Let me know if you need anything else. One other thing I did notice (which @superstar54 should know about) when running test workflows is that the changes which add the I'll check this myself today, open an issue, and get some sort of fix ready. |
|
@PNOGillespie on the contrary, thank you so much for quickly addressing it 🙏 I'll give it a look later today and test on my end. Thanks again 🙂 |
edan-bainglass
left a comment
There was a problem hiding this comment.
Okay @PNOGillespie, LGTM! Thanks for addressing this.
Addresses requirements for lazy-loading (PR #802) by moving logic for checking core-hole pseudopotentials to
_update_structure().