Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Conversation

@Light-Gao
Copy link

I believe it's worth that keeping graph defined already as an attribute of Dag class. Since in most of those cases, people would define graph firstly. Thus, it would take redundant moves if we execute make_graph() again.

@Light-Gao
Copy link
Author

Light-Gao commented Jan 22, 2019

Travis job went failed when testing with python3.6.
Error message: PluginValidationError: Plugin 'pytest_cov' could not be loaded: (pytest 3.3.0 (/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages), Requirement.parse('pytest>=3.6'))!

Obviously, it's dependency issue. Could it be possible that we put specific version number about pytest in requirement-dev.txt ? Say pytest>=3.6 ?

@Light-Gao Light-Gao changed the title Do not execute make_graph() again after define() in Dag class Do not execute make_graph function again after define function in Dag class Jan 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant