-
Notifications
You must be signed in to change notification settings - Fork 68
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
Fix custodian json import issue #883
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #883 +/- ##
=======================================
Coverage 78.91% 78.91%
=======================================
Files 75 75
Lines 4217 4217
=======================================
Hits 3328 3328
Misses 889 889 ☔ View full report in Codecov by Sentry. |
@munrojm, would it be possible for you to have a look at this? |
Hi @JaGeo, thanks for this report. A couple of thoughts:
|
@utf, I assume so. I think, however, that it does not happen during the initial reading but rather at a later point as the initial reading suppresses the usage of cls. emmet/emmet-core/emmet/core/tasks.py Line 785 in be40a1f
From the error message, it fails at the start of relax2 rather than the end of relax1. Just to add: |
@JaGeo sorry for the delay. This looks fine to me. I would prefer to be a bit more explicit with |
@munrojm Thank you so much! |
Closes materialsproject/atomate2#604. I would be happy if this could get merged soon.