Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit fe4baed

Browse files
authored
minor improvement to sonata-network example (#205)
* improve sonata example * exclude example-7 in CI to reduce test time
1 parent 97aa879 commit fe4baed

File tree

3 files changed

+39
-217
lines changed

3 files changed

+39
-217
lines changed

examples/2-sonata-network/sim_quick_scx_sonata_multicircuit/simulation_config_hypamp.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"$OUTPUT_DIR": "."
44
},
55
"run": {
6-
"tstop": 50.0,
6+
"tstart": 1000.0,
7+
"tstop":1275.0,
78
"dt": 0.025,
89
"random_seed": 1
910
},
@@ -22,8 +23,8 @@
2223
"hypamp_mosaic": {
2324
"module": "hyperpolarizing",
2425
"input_type": "current_clamp",
25-
"delay": 0.0,
26-
"duration": 4000.0,
26+
"delay": 1000.0,
27+
"duration": 250.0,
2728
"node_set": "Mosaic_A"
2829
}
2930
},
@@ -33,10 +34,10 @@
3334
"variable_name": "v",
3435
"type": "compartment",
3536
"dt": 1.0,
36-
"start_time": 0.0,
37-
"end_time": 20.0,
37+
"start_time": 1000.0,
38+
"end_time": 1275.0,
3839
"sections": "soma",
3940
"compartments": "center"
40-
}
41+
}
4142
}
4243
}

0 commit comments

Comments
 (0)