-
Notifications
You must be signed in to change notification settings - Fork 137
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
merge of batchtools into the development repository. #829
Merged
jchen6727
merged 64 commits into
suny-downstate-medical-center:development
from
jchen6727:development
Aug 30, 2024
Merged
merge of batchtools into the development repository. #829
jchen6727
merged 64 commits into
suny-downstate-medical-center:development
from
jchen6727:development
Aug 30, 2024
Conversation
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
* batch tools subpackage * comm update * new search methods * fixed import issues * updates comm, search * search.py * wrapper tools search * update to batchtools * codebase moved to netpyne batchtools https://github.com/jchen6727/netpyne/tree/batch * update to comm.py, runners.py * update to search (kwargs) * config update (should delete two keys @ end?) * replace pubtk with batchtk for compatibility with pip * update the submit (zsh->sh) * update batchtools, submits * fixed socket functionality for submits.py * batchtools documentation * minor updates- search
cfg.progressBar = 2 will display all progress bars cfg.progressBar = 1 will call tqdm with progress bars w/ leave = 0 cfg.progressBar = 0 will disable the progress bar.
…to development
'sge' or 'sh' are valid options for the 'job_type' argument, not 'shell'
…tionary, fanova example started. batchtools.rst updated
update batch re: end user suggestion can now initialize cfg with a dictionary: ``` Python from netpyne.batchtools import specs cfg = specs.SimConfig({'x': [None] * 4}) ``` creates a new cfg such that it already has value x, e.g. cfg.x = [None, None, None, None] update to documentation with some minimal working examples (see https://github.com/suny-downstate-medical-center/netpyne/tree/batch/netpyne/batchtools/examples), esp. Rosenbrock w/ coupled parameters, nested parameters, etc.
fanova (large sample -- 625), running fanova analysis cfg.py of CA3 including additional cfg settings to avoid confusion
jchen6727
merged commit Aug 30, 2024
91d8837
into
suny-downstate-medical-center:development
5 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
updates to batch (
netpyne.batchtools
) merged into netpyne dev branch.