Skip to content

Commit

Permalink
minor improvement to sonata-network example (#205)
Browse files Browse the repository at this point in the history
* improve sonata example

* exclude example-7 in CI to reduce test time
  • Loading branch information
ilkilic authored Aug 15, 2024
1 parent 97aa879 commit fe4baed
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 217 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"$OUTPUT_DIR": "."
},
"run": {
"tstop": 50.0,
"tstart": 1000.0,
"tstop":1275.0,
"dt": 0.025,
"random_seed": 1
},
Expand All @@ -22,8 +23,8 @@
"hypamp_mosaic": {
"module": "hyperpolarizing",
"input_type": "current_clamp",
"delay": 0.0,
"duration": 4000.0,
"delay": 1000.0,
"duration": 250.0,
"node_set": "Mosaic_A"
}
},
Expand All @@ -33,10 +34,10 @@
"variable_name": "v",
"type": "compartment",
"dt": 1.0,
"start_time": 0.0,
"end_time": 20.0,
"start_time": 1000.0,
"end_time": 1275.0,
"sections": "soma",
"compartments": "center"
}
}
}
}
Loading

0 comments on commit fe4baed

Please sign in to comment.