-
Notifications
You must be signed in to change notification settings - Fork 39
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
refactor(dask): use centralized function for Dask component names #613
Conversation
e549351
to
c60af4f
Compare
c60af4f
to
a0d961b
Compare
a0d961b
to
f3f5e28
Compare
f3f5e28
to
7a2f7cc
Compare
7a2f7cc
to
9b41f48
Compare
9b41f48
to
c9d2568
Compare
c9d2568
to
a296674
Compare
a296674
to
068b1bd
Compare
068b1bd
to
f2aaa0e
Compare
f2aaa0e
to
29401bc
Compare
29401bc
to
b2aa64b
Compare
b2aa64b
to
20f3ff6
Compare
todo: We need to bump |
20f3ff6
to
a6bbf11
Compare
a6bbf11
to
c3eaf2f
Compare
Also, in respect to changing the commit log message for
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #613 +/- ##
==========================================
+ Coverage 74.98% 75.01% +0.02%
==========================================
Files 17 17
Lines 1911 1913 +2
==========================================
+ Hits 1433 1435 +2
Misses 478 478
|
c3eaf2f
to
f252098
Compare
This PR refactors naming of Dask components which were previously hard-coded. Now, they are set centrally in a function that is placed in reana-commons.
Closes reanahub/reana#841