-
Notifications
You must be signed in to change notification settings - Fork 133
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
Concurrent initialization of project .from_las #246
Comments
To synthesize some of the discussion on the SWUNG Mattermost, dask is a heavy dependency for little perceived gain, but polars might be an option. |
I ran profiling on the unit tests for
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I implemented the parallel initialization of a Welly project which happens when you run
Welly.from_las
method. I used Dask to do it (due to its really easy to use API), and want to make a pull request to share my implementation, but would adding dask to the requirements be a desirable thing? Or would the preference be to use something else that's built into Python?The text was updated successfully, but these errors were encountered: