-
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
ENH: Refactor BatchSimulate
Example and Improve Documentation
#857
Conversation
27fcbb6
to
86a68e8
Compare
719b17f
to
455d5b7
Compare
BatchSimulate
to Handle JSON File PathsBatchSimulate
to Avoid Redundant Network Saving
a0a1a47
to
bb511df
Compare
5a30512
to
3366146
Compare
3366146
to
2ede6ad
Compare
BatchSimulate
to Avoid Redundant Network SavingBatchSimulate
Example and Improve Documentation
2ede6ad
to
e1edb6c
Compare
e1edb6c
to
79e701e
Compare
79e701e
to
9408061
Compare
74b16cd
to
671753a
Compare
I've been going through the Joblib docs, and unfortunately I'm not sure there's a trivial way to measure the number of active workers (or total workers at all) inside a simple |
I have added timing around the start and end of |
d1503e8
to
275129a
Compare
5648695
to
c6ab1ae
Compare
Thanks for reverting the joblib addition in |
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>
* ENH BatchSimulate for JSON path handling Signed-off-by: samadpls <abdulsamadsid1@gmail.com> * Fix: Docstring of dic_to_network Signed-off-by: samadpls <abdulsamadsid1@gmail.com> * ENH: Reorder the init params Signed-off-by: samadpls <abdulsamadsid1@gmail.com> * Added record_isec vsec validation test Signed-off-by: samadpls <abdulsamadsid1@gmail.com> * Removed net_json param and update test Signed-off-by: samadpls <abdulsamadsid1@gmail.com> * Refactored Example and initialize parameters Co-authored-by: Nicholas Tolley <55253912+ntolley@users.noreply.github.com> Signed-off-by: samadpls <abdulsamadsid1@gmail.com> * Enh: visualization of dipole responses in plot_batch_simulate Co-authored-by: Nicholas Tolley <55253912+ntolley@users.noreply.github.com> Signed-off-by: samadpls <abdulsamadsid1@gmail.com> * Refactor batch simulation parameters and backend Signed-off-by: samadpls <abdulsamadsid1@gmail.com> * batches run in parallel --------- Signed-off-by: samadpls <abdulsamadsid1@gmail.com> Co-authored-by: samadpls <abdulsamadsid1@gmail.com>
…cution test. Signed-off-by: samadpls <abdulsamadsid1@gmail.com>
Signed-off-by: samadpls <abdulsamadsid1@gmail.com>
7c13389
to
d014b3f
Compare
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 did some testing with this and I think it needs only some very minor changes. Once these are done, I would be willing to merge it. Thanks @samadpls !
Signed-off-by: samadpls <abdulsamadsid1@gmail.com>
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.
Retested with new changes, and it's ready to go!
Adjusted parameter descriptions and added more informative explanations for waveforms and simulation outputs.