-
Notifications
You must be signed in to change notification settings - Fork 52
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: Refactor BatchSimulate
Example and Improve Documentation
#857
Open
samadpls
wants to merge
8
commits into
jonescompneurolab:master
Choose a base branch
from
samadpls:feat/batch_simulation
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
samadpls
force-pushed
the
feat/batch_simulation
branch
2 times, most recently
from
August 10, 2024 19:50
27fcbb6
to
86a68e8
Compare
ntolley
reviewed
Aug 12, 2024
ntolley
reviewed
Aug 12, 2024
ntolley
reviewed
Aug 12, 2024
samadpls
force-pushed
the
feat/batch_simulation
branch
2 times, most recently
from
August 13, 2024 12:41
719b17f
to
455d5b7
Compare
samadpls
changed the title
ENH:
ENH: Aug 14, 2024
BatchSimulate
to Handle JSON File PathsBatchSimulate
to Avoid Redundant Network Saving
ntolley
reviewed
Aug 15, 2024
ntolley
reviewed
Aug 15, 2024
samadpls
force-pushed
the
feat/batch_simulation
branch
11 times, most recently
from
August 17, 2024 20:12
a0a1a47
to
bb511df
Compare
ntolley
reviewed
Aug 20, 2024
ntolley
reviewed
Aug 20, 2024
ntolley
reviewed
Aug 20, 2024
samadpls
force-pushed
the
feat/batch_simulation
branch
from
August 20, 2024 11:29
5a30512
to
3366146
Compare
samadpls
force-pushed
the
feat/batch_simulation
branch
from
August 28, 2024 09:39
3366146
to
2ede6ad
Compare
samadpls
changed the title
ENH:
ENH: Refactor Sep 10, 2024
BatchSimulate
to Avoid Redundant Network SavingBatchSimulate
Example and Improve Documentation
samadpls
force-pushed
the
feat/batch_simulation
branch
from
September 10, 2024 01:54
2ede6ad
to
e1edb6c
Compare
samadpls
force-pushed
the
feat/batch_simulation
branch
from
September 24, 2024 16:15
e1edb6c
to
79e701e
Compare
samadpls
force-pushed
the
feat/batch_simulation
branch
from
October 10, 2024 18:40
79e701e
to
9408061
Compare
@samadpls I tried testing |
samadpls
force-pushed
the
feat/batch_simulation
branch
2 times, most recently
from
October 19, 2024 18:33
dd261d8
to
6b0e4ad
Compare
Yes, sorry for the delay. It looks like Joblib wasn’t being used for |
samadpls
force-pushed
the
feat/batch_simulation
branch
2 times, most recently
from
October 25, 2024 13:48
e96fe47
to
107c048
Compare
Signed-off-by: samadpls <abdulsamadsid1@gmail.com>
Signed-off-by: samadpls <abdulsamadsid1@gmail.com>
Signed-off-by: samadpls <abdulsamadsid1@gmail.com>
Signed-off-by: samadpls <abdulsamadsid1@gmail.com>
Signed-off-by: samadpls <abdulsamadsid1@gmail.com>
Co-authored-by: Nicholas Tolley <55253912+ntolley@users.noreply.github.com> Signed-off-by: samadpls <abdulsamadsid1@gmail.com>
Co-authored-by: Nicholas Tolley <55253912+ntolley@users.noreply.github.com> Signed-off-by: samadpls <abdulsamadsid1@gmail.com>
Signed-off-by: samadpls <abdulsamadsid1@gmail.com>
samadpls
force-pushed
the
feat/batch_simulation
branch
from
November 13, 2024 17:51
107c048
to
9f6413a
Compare
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.
Adjusted parameter descriptions and added more informative explanations for waveforms and simulation outputs.