AllenInstitute / bmtk

Brain Modeling Toolkit
https://alleninstitute.github.io/bmtk/
BSD 3-Clause "New" or "Revised" License
266 stars 86 forks source link

Likely invalid example in the docs #323

Open Helveg opened 12 months ago

Helveg commented 12 months ago

At the bottom of this document the key replay_1 is given twice. I'm assuming this is not going to lead to the intended result:

https://alleninstitute.github.io/bmtk/bionet.html

{
  "inputs": {
    "replay_1": {
      "input_type": "replay_spikes",
      "module": "replay",
      ...
    },
    "replay_1": {
      "input_type": "replay_spikes",
      "module": "replay",
      ...
    }
  }
}