-
Notifications
You must be signed in to change notification settings - Fork 3
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
Make default upload parallel params 1 #541
Conversation
For this to truly take effect, we'd still want to (1) change the default on the Python end, as well as (2) stop populating the actual value of the form to the maximum value when the CPU information is returned from the server. I'll handle this quick |
Should be good to go. Also added a caution message so users understand the consequences of bumping this value. |
for more information, see https://pre-commit.ci
…thub.com/NeurodataWithoutBorders/nwb-guide into make_default_uploads_parallel_params_one
@garrettmflynn Small adjustment to displayed warning text, otherwise LGTM (but you need to approve since it's technically my PR lol) |
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.
Awesome. Thanks for updating.
alleviates problem of #540 as well as joblib seg faults when running the GUIDE with default values, but doesn't actually solve underlying problem (which is unclear what the cause even is at this point...)