Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[GSoC] Parallelisation of AnalysisBase with multiprocessing and dask #4162
[GSoC] Parallelisation of AnalysisBase with multiprocessing and dask #4162
Changes from 250 commits
c58da9f
1061a80
2d7a56c
3d1cf80
bb31a32
eb1feb1
4e11bcf
bc295c8
75d1707
c5bd0b5
556c309
83630b4
e41cba3
1659323
f9a8072
f975ecf
cf0253d
8b0f4fb
cc25c65
4aa005b
4c1a73a
b76d6ff
502fb84
49d1742
90a318d
3cc1dff
33e8b4c
1058ed3
b49a8ba
4e08384
274a6ff
664e378
e8eeba7
42e34dc
38fe4ea
b9b651d
0c151a1
33af089
a79229d
a788358
6fe92c2
4c0937e
c40e9e1
68795b8
419a97a
bab8e81
641170f
f31792a
4a10112
c8187ae
ac035eb
076b4ce
0dffdc8
d9429a8
767388f
1780468
00593c0
6603173
fd33788
2a3b2f2
268eada
4a019af
4877125
9d9d918
81a8df4
1430a84
48f094c
110b589
d9d63d1
60e4ea4
a91dacc
247d870
df76f91
17c29d7
fc6d44d
fc74f5c
284d7c0
ee91c1b
b2fdd41
eab7136
180569a
ba2246a
5c08885
5c7b750
49c9dcb
62760c9
90e99a5
39f324a
7d7b5e5
787309b
77cff6d
2c583c4
76c59d3
ba30774
ac0b4a3
6e76520
a5d24a3
2417d87
1af07d3
38a81db
d956159
9e5e5ad
fed5d9d
966ceca
dd1fe28
5643de1
14c5c53
477f08d
8c6738c
144b909
3224f28
f1da39e
a0ed309
e8625c0
0ba8407
6206760
2e101cd
b6cb101
1d547f7
34ec5fc
0ecec69
81b7b71
540cd26
5a39a1a
7695dde
074f1b2
94cbefd
7f53672
0ca5c5f
72ece49
ef95b04
6d37652
6c26771
5cd0ab0
165174c
0a72d04
a168266
5683245
28b67f8
44a4600
bf3fb06
ced8a04
a399f67
eafa51d
4ba84a8
a936b4a
9641dc5
9dda941
2d9ca29
211cbcf
d4de910
a58e8e1
856f65c
1058e00
24a11c3
22987c7
cc033a1
eb43f4f
db3d8bc
1107ccc
bb53e3f
44bcd89
0be8ab9
25ef3c7
633505f
92bad39
6bb1779
bf96b67
102e91a
83a552c
6a685fd
e8b080d
514688b
ebcd4ca
fcdf330
f529a41
bf07a0f
3408a54
39c9560
53e00e8
2fb504b
0f240a5
abe711d
8a59a75
b87152e
ff508de
d045225
b9e8e53
a53df61
4ea030c
656e461
552aab4
ea7b0c9
b7de11c
536a197
04705d7
a71c809
c94b5bf
a67f5d3
12b255b
eaa4c30
7e2ae21
fded90e
605b451
e2f1e1b
f307d1e
16030ad
c13f526
4d0c8d3
95b004f
6e8de75
8d6bbfd
c9eaab9
95d969e
c438381
140f252
69a44ec
7a67248
9c45568
35fb1ae
a8e0ccc
ab394a4
1324890
68a7d23
41f231c
0964974
9627212
99d43b9
d63a38b
c51139b
2d6fc0a
862cfb4
fa87c2d
bb9df26
57b581c
4eddd8c
f182b9e
e1f4e28
d543f42
611398d
e31e317
ccd1842
2ca27d0
c063585
8bbd901
afba2c3
9fe37f9
ff4d0c2
f6672ff
1dc4613
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
An issue for discussion afterwards, since this isn't the only place we do this, I believe that as of Python 3.5, you can get away without having to redefine the docstring, it'll just inherit it from the parent.
See:
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 is for future consideration, but it might be interesting to expose the
chunksize
to the user.