-
-
Notifications
You must be signed in to change notification settings - Fork 168
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
ENH: Parallel mode for monte-carlo simulations #619
base: develop
Are you sure you want to change the base?
Changes from all commits
2d5ff8d
6fbe0f7
2927448
1b50e94
46f5f00
6ea6ef8
be32a75
1146e20
175a025
9cef636
d57e436
1fe04e1
5a6547d
75bc96b
918cbe0
b3dcfc6
ee06b9d
38a29b1
98ce6ba
2b8dc4b
d421a83
ceb1832
1999c6d
d7ed4a1
4fe5314
3114f81
cb276de
2e56977
01d77fa
3428608
615a907
c563472
2a42b26
8008aa7
25a2fed
d3a9004
2cdc95e
2169db1
049276d
8316993
004bf23
26f692e
d18408e
abe5747
fe7bad3
0048737
3a08f48
cb88e69
c3c6c3d
6061d3a
b749979
6715791
8671e52
5141791
0e4d243
1e24643
d22c957
6dab002
d07fcc2
6fa90b7
e40a871
4246809
9f7325c
1baedf6
df07955
8082710
00d9d02
ebf6bd0
0009c24
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -205,6 +205,7 @@ | |
"Metrum", | ||
"modindex", | ||
"mult", | ||
"multiprocess", | ||
"Mumma", | ||
"NASADEM", | ||
"nbformat", | ||
|
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,6 @@ ipywidgets>=7.6.3 | |
jsonpickle | ||
timezonefinder | ||
imageio | ||
multiprocess>=0.70 | ||
statsmodels | ||
prettytable |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is a basic class, can we add unit tests to cover the modified lines? |
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.
looks odd to have this file in the git tree... I think we should rebase the branch to develop