Skip to content

Commit

Permalink
add reference data for soma report
Browse files Browse the repository at this point in the history
  • Loading branch information
Weina Ji committed Mar 5, 2024
1 parent 10ffd46 commit c023882
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions reference_data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This repository also contains reference output from running the `ringtest.py`
script. This can be compared against NEURON and CoreNEURON results in
integration tests. At present there is just one reference file generated using
NEURON (`special -python ringtest.py -tstop 100`) with the contemporary
integration tests.

* spk1.100ms.std.ref : generated using NEURON (`special -python ringtest.py -tstop 100`) with the contemporary
`master` commit b55c6e1630665a792ced67c6446ed4fb852c7f79.
* soma.h5 : generated using CORENEURON (`LIBSONATA_ZERO_BASED_GIDS=1 special -mpi -python ringtest.py -tstop 100 -coreneuron -reportmapping`)
Binary file added reference_data/soma.h5
Binary file not shown.
2 changes: 1 addition & 1 deletion ringtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def prun(tstop):
sim_conf_file = "sim.conf"
if settings.rank == 0:
write_report_config(report_conf_file, "soma.h5", "Mosaic", "compartment", "v",
"mV", "SONATA", 2, 0.1, 0, tstop, list(range(ncell)))
"mV", "SONATA", 2, 1, 0, tstop, list(range(ncell)))
write_sim_config(sim_conf_file, "corenrn_data", report_conf_file, tstop)
coreneuron.sim_config=sim_conf_file

Expand Down

0 comments on commit c023882

Please sign in to comment.