Skip to content

Commit

Permalink
Fix validity
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed May 15, 2024
1 parent 2c30a29 commit 0501dee
Show file tree
Hide file tree
Showing 5 changed files with 90 additions and 113 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -319,3 +319,4 @@ original.v.dat
/CellTypesDatabase/models/GLIF/*txt
/CellTypesDatabase/models/GLIF/*json
arm64
/CellTypesDatabase/models/.DS_Store
4 changes: 2 additions & 2 deletions CellTypesDatabase/models/NeuroML2/CellTypesPerLayer.net.nml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<neuroml xmlns="http://www.neuroml.org/schema/neuroml2" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.neuroml.org/schema/neuroml2 https://raw.github.com/NeuroML/NeuroML2/development/Schemas/NeuroML2/NeuroML_v2beta4.xsd" id="CellTypesPerLayer">
<include href="ROTATED_Cell_473862496.cell.nml"></include>
<include href="ROTATED_Cell_472427533.cell.nml"></include>
<include href="ROTATED_Cell_329321704.cell.nml"></include>
<include href="ROTATED_Cell_473871773.cell.nml"></include>
<include href="ROTATED_Cell_473871592.cell.nml"></include>
<network id="CellTypesPerLayer">
Expand All @@ -9,7 +9,7 @@
<location y="-100." x="0." z="0."/>
</instance>
</population>
<population id="Pop_ROTATED_Cell_472427533" type="populationList" component="ROTATED_Cell_472427533">
<population id="Pop_ROTATED_Cell_329321704" type="populationList" component="ROTATED_Cell_329321704">
<instance id="0">
<location y="-295." x="300." z="0."/>
</instance>
Expand Down
2 changes: 1 addition & 1 deletion CellTypesDatabase/models/NeuroML2/Examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def get_oriented_cell(cell):


cells['L23'] = ['Cell_473862496.cell.nml']
cells['L4'] = ['Cell_472427533.cell.nml']
cells['L4'] = ['Cell_329321704.cell.nml']
cells['L5'] = ['Cell_473871773.cell.nml']
cells['L6'] = ['Cell_473871592.cell.nml']

Expand Down
Loading

0 comments on commit 0501dee

Please sign in to comment.