-
Notifications
You must be signed in to change notification settings - Fork 69
Testing against custom fork of jobflow that supports a flow decorator #3016
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
base: main
Are you sure you want to change the base?
Testing against custom fork of jobflow that supports a flow decorator #3016
Conversation
|
TODOs and points to discuss:
This off-PR branch exists only because tests in This seems to be the way we use flows anyway: So perhaps we push these changes upstream or pull them downstream in quacc?
So combining a
So I need to confirm if job submission is the eventual responsibility of user code. If we do support it, then most certainly I'm doing it wrong here: and I need to use
|
|
@Andrew-S-Rosen - I'm getting the same error as in the CI locally: I can try to fix this, unless you have some ideas already.. |
|
The issues are actually slightly different I think. The issue you are getting seems to be related to the fact that the matgl dependency was updated yesterday with breaking changes, and dependabot had not yet bumped the version for me to flag and correct. The issue in CI right now which is using the prior version of matgl is complaining about some model caching issue, probably also related to changes to the ML models in matgl that were updated on Hugging Face recently. Neither are related to quacc directly. We can chat soon about it. |
Removed caching for pip packages in workflow.
Add caching for pip dependencies in GitHub Actions
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3016 +/- ##
==========================================
- Coverage 98.19% 97.61% -0.58%
==========================================
Files 92 95 +3
Lines 3868 4107 +239
==========================================
+ Hits 3798 4009 +211
- Misses 70 98 +28 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…ll we have it upstream); an xfail test
…o vb/flow_decorator
…o vb/flow_decorator
Summary of Changes
>> Provide context and a description of your changes here. Make sure to reference any associated issues. <<
Requirements
main).Note: If you are an external contributor, you will see a comment from @buildbot-princeton. This is solely for the maintainers.