-
Notifications
You must be signed in to change notification settings - Fork 59
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
[doc] wip: update docstrings for core.py #317
base: master
Are you sure you want to change the base?
Conversation
e3df575
to
40ea9c3
Compare
:class:`Workflow` instances inherit. | ||
|
||
TODO: Which functions ares in Tasbase that are not overwritten in subclasses |
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.
this might depends on the specific class. Can't be generalized
Codecov Report
@@ Coverage Diff @@
## master #317 +/- ##
==========================================
- Coverage 82.57% 82.54% -0.03%
==========================================
Files 20 20
Lines 3880 3891 +11
Branches 1059 1059
==========================================
+ Hits 3204 3212 +8
- Misses 484 487 +3
Partials 192 192
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Co-authored-by: Dorota Jarecka <[email protected]>
Types of changes
Summary
Update docstrings for
pydra.engine.core
. Maybepydra.engine.state
as wellChecklist
(we are using
black
: you canpip install pre-commit
,run
pre-commit install
in thepydra
directoryand
black
will be run automatically with each commit)Acknowledgment