Skip to content

Commit

Permalink
Remove test code from FileStimGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
fzenke committed Aug 17, 2023
1 parent 0b28fe7 commit 5a27e72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 586 deletions.
2 changes: 1 addition & 1 deletion src/auryn/FileStimGroup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,6 @@ void FileStimGroup::add_spike(double spiketime, NeuronID neuron_id)
event.time = spiketime/auryn_timestep;
event.neuronID = neuron_id;
current_pattern->push_back(event);
// sort_spikes(); // FIXME
sort_spikes();
}

Loading

0 comments on commit 5a27e72

Please sign in to comment.