Skip to content

Commit

Permalink
Remove ms in comment on shifts
Browse files Browse the repository at this point in the history
Co-authored-by: Hans Ekkehard Plesser <[email protected]>
  • Loading branch information
akorgor and heplesser committed Nov 2, 2023
1 parent 4c987b3 commit c618185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nestkernel/eprop_archiving_node.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ class EpropArchivingNode : public Node
private:
size_t n_spikes_ = 0;

// These shifts are, for now, hardcoded to 1 time step / 1 ms since the current implementation only works if all the
// delays are equal to the resolution of the simulation, i.e., 1 ms.
// These shifts are, for now, hardcoded to 1 time step since the current implementation only works if all the
// delays are equal to the resolution of the simulation.

long offset_gen_ = 1; //!< offset since generator signals start from time step 1
long delay_in_rec_ = 1; //!< connection delay from input to recurrent neurons
Expand Down

0 comments on commit c618185

Please sign in to comment.