-
Notifications
You must be signed in to change notification settings - Fork 19
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
WIP: Concurrent loading of ensemble #77
Closed
Closed
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
f7abe42
Concurrent loading of ensemble
wouterjdb 06910ed
Removed some spaces
wouterjdb 37cbc42
Remove double code, changed camel case
wouterjdb eea4314
black
wouterjdb d16f525
Leaner writing of functional calls
wouterjdb 24492f9
Small change in documentation
wouterjdb ac061e8
Added concurrent to load_file()
wouterjdb 983e927
Fix static realidxregexp and autodiscovery
wouterjdb 5010057
Added index, minor documentation change
wouterjdb f2565fb
Limit concurrent.futures import to ProcessPollExecutor
wouterjdb 184cea7
Minor documentation changes
wouterjdb 2b49f8b
Fixed missing positional argument names
wouterjdb 58d55cf
Changed argument creation for concurrent
wouterjdb 08fac79
Fix for concurrent not updating self
wouterjdb 3904d21
Concurrent to load_smry
wouterjdb 28e9870
Alternative way to test Python version
wouterjdb 345ce26
removing caching for parallel
wouterjdb 7ac23bb
Removed unused code, black
wouterjdb 57a3ccb
Minor code fixes
wouterjdb cc8df36
Fix Python2.7 cach removal
wouterjdb 32e9ec8
Added pylint disable W0212
wouterjdb 8e76bfd
rm wrapper for ScratchRealization.__init__
berland e0ac3e7
Minor code fixes + black
wouterjdb 5909079
Changed i to idx because of pylint complaining
wouterjdb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
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.
Why did you use dummy arguments?
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.
I updated those lines in the meanwhile by the way - let me know if that was not what you had in mind.
And I see that for the other usage there is not this additional wrapper (there is one, but it is different.). Though, we might consider changing that to the
submit()
method as well - just to use the same thing.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.
dummydir was just for laziness. Need to find a pretty solution, but it is only used for logging.