-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updates to batch_rev to fix test_cases (#791)
* update to batch scripts to allow for custom script generation grid search w/ custom script generation functions. updated batch to run with custom functions batch update updates to JSON serializer. (batch, save, utils) -> remove legacy import grid and template modification * update template with direct mpi call * update to grid, templates and utils descriptive naming * updates to grid, template, utils, WIP * updating grid and utils, moving job * revision, grid submit now wrapper to job submit in utils * templates and utils update * updated optimization, now utilizing the same job submission as grid * from templates to jobTypes * command moved to args now args['command'] * time series and PSD plots for CSD (along with some related re-factoring) * VERSION 1.0.5 * Fixed loading point cell params from legacy models (iincl. ssue 607). Re-factored cell class detection in pop.py * extracted conditions checking code to separate method * docstring for Batch update grid and util for sge * cell inputs.py `tstop` versus `stop` * updated .rst for documentation, inputs * updated 'tstop', 'stop', integer for n_inputs * quickfix, "mpi_bulletin" update utils and save to prevent run configuration use _generate_only flag as True (for debugging purposes) update utils runJob <- two different functions (with args) exist, agg to 1 updated grid, template, utils need to use cfg.simLabel vs cfg.jobName updated test cases, utils evaluator handling 'type' updates to batch fixed test_tutorials * removed old commented code from grid.py + merge --------- Co-authored-by: James Chen <[email protected]> Co-authored-by: vvbragin <[email protected]> Co-authored-by: Valeriy Bragin <[email protected]>
- Loading branch information
1 parent
6b6c05b
commit e8462f4
Showing
36 changed files
with
1,067 additions
and
1,997 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
from netpyne import sim | ||
|
||
cfg, netParams = sim.loadFromIndexFile('index_cell.npjson') | ||
cfg, netParams = sim.loadFromIndexFile('index.npjson') | ||
sim.createSimulateAnalyze(netParams = netParams, simConfig = cfg) | ||
#sim.analysis.plotCSD() | ||
#sim.analysis.plotCSD() |
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
Oops, something went wrong.