-
Notifications
You must be signed in to change notification settings - Fork 10
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
Implement task generators and provisional nodes. #487
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #487 +/- ##
==========================================
- Coverage 97.80% 97.75% -0.06%
==========================================
Files 106 108 +2
Lines 8710 9042 +332
==========================================
+ Hits 8519 8839 +320
- Misses 191 203 +12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Hi @janosg, @timmens, do you have time for some feedback? Could you read the how-to guide and flag anything about the feature that comes to your mind? Don't worry if you do not have time. Thanks a lot! |
Closes #467.
@task
to reduce the number of interfaces and maybe because it is the future?generator=True
actually beis_generator=True
.PNode
andPProvisionalNode
?