Skip to content

Commit 4a52ec8

Browse files
committed
Removing debug variable from cell & cell2CaPools
1 parent 61608f0 commit 4a52ec8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

NeuroML2CoreTypes/Cells.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@
10311031
<Attachments name="synapses" type="basePointCurrent"/>
10321032

10331033
<Exposure name="spiking" dimension="none"/>
1034-
<Exposure name="debugVal" dimension="none"/>
1034+
<!--<Exposure name="debugVal" dimension="none"/>-->
10351035
<Exposure name="iChannels" dimension="current"/>
10361036
<Exposure name="iSyn" dimension="current"/>
10371037
<Exposure name="totSpecCap" dimension="specificCapacitance"/>
@@ -1047,12 +1047,12 @@
10471047
<Dynamics>
10481048
<StateVariable name="v" exposure="v" dimension="voltage"/>
10491049
<StateVariable name="spiking" exposure="spiking" dimension="none"/>
1050-
<StateVariable name="debugVal" exposure="debugVal" dimension="none"/>
1050+
<!--<StateVariable name="debugVal" exposure="debugVal" dimension="none"/>-->
10511051

10521052
<DerivedVariable name="initMembPot" dimension="voltage" select="biophysicalProperties/membraneProperties/initMembPotential/value"/>
10531053
<DerivedVariable name="thresh" dimension="voltage" select="biophysicalProperties/membraneProperties/spikeThresh/value"/>
10541054

1055-
<DerivedVariable name="debug" dimension="none" value="0"/>
1055+
<!--<DerivedVariable name="debug" dimension="none" value="0"/>-->
10561056

10571057
<!--TODO replace this with just using first segment!!-->
10581058
<DerivedVariable name="surfaceArea" exposure="surfaceArea" dimension="area" select="morphology/segments[*]/surfaceArea" reduce="add"/>
@@ -1083,9 +1083,9 @@
10831083
<StateAssignment variable="spiking" value="0"/>
10841084
</OnCondition>
10851085

1086-
<OnCondition test="t .geq. 0">
1086+
<!--<OnCondition test="t .geq. 0">
10871087
<StateAssignment variable="debugVal" value="debug"/>
1088-
</OnCondition>
1088+
</OnCondition>-->
10891089

10901090
</Dynamics>
10911091

@@ -1128,12 +1128,12 @@
11281128
<Dynamics>
11291129
<StateVariable name="v" exposure="v" dimension="voltage"/>
11301130
<StateVariable name="spiking" exposure="spiking" dimension="none"/>
1131-
<StateVariable name="debugVal" exposure="debugVal" dimension="none"/>
1131+
<!--<StateVariable name="debugVal" exposure="debugVal" dimension="none"/>-->
11321132

11331133
<DerivedVariable name="initMembPot" dimension="voltage" select="biophysicalProperties2CaPools/membraneProperties2CaPools/initMembPotential/value"/>
11341134
<DerivedVariable name="thresh" dimension="voltage" select="biophysicalProperties2CaPools/membraneProperties2CaPools/spikeThresh/value"/>
11351135

1136-
<DerivedVariable name="debug" dimension="none" select="0"/>
1136+
<!--<DerivedVariable name="debug" dimension="none" select="0"/>-->
11371137

11381138

11391139
<DerivedVariable name="surfaceArea" exposure="surfaceArea" dimension="area" select="morphology/segments[*]/surfaceArea" reduce="add"/>
@@ -1172,9 +1172,9 @@
11721172
<StateAssignment variable="spiking" value="0"/>
11731173
</OnCondition>
11741174

1175-
<OnCondition test="t .geq. 0">
1175+
<!--<OnCondition test="t .geq. 0">
11761176
<StateAssignment variable="debugVal" value="debug"/>
1177-
</OnCondition>
1177+
</OnCondition>-->
11781178

11791179
</Dynamics>
11801180

0 commit comments

Comments
 (0)