Skip to content

Commit

Permalink
Removed all reference to _spikes Variable
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamovar committed Aug 21, 2013
1 parent 428dd99 commit 569253d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions brian2/groups/neurongroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,6 @@ def _create_variables(self):
s.update({'_spikespace': ArrayVariable('_spikespace', Unit(1),
self._spikespace,
group_name=self.name)})
s.update({'_spikes': AttributeVariable(Unit(1), self,
'spikes', constant=False)})

for eq in self.equations.itervalues():
if eq.type in (DIFFERENTIAL_EQUATION, PARAMETER):
Expand Down

0 comments on commit 569253d

Please sign in to comment.