-
Notifications
You must be signed in to change notification settings - Fork 4
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
new IR with dependency resolving #33
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @leclairm, I had a first go, but need another look to have a better understanding of the construction of the workflow object. But I think it is mostly good. My main concerns is how the formatting logic is embedded, and the Store
class.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haven't looked at everything yet but here are some hopefully useful comments in the meantime!
fixes #30 |
and some bug fixes
TODO: add test against serialized data
the other way raises the KeyError we want to avoid when date is out of bounds
replace custom __init__ by from_config classmethod
It doesn't test the non graph part, so data and task descriptions at the bottom of the yaml file
It's a pitty!
No description provided.