Skip to content

Commit

Permalink
fix api doc bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fangwei123456 committed Apr 25, 2023
1 parent 48e3d42 commit a811666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spikingjelly/activation_based/neuron.py
Original file line number Diff line number Diff line change
Expand Up @@ -1938,7 +1938,7 @@ def __init__(self, order: int, T: int, k_init: float = 0.,
.. math::
{M}_{order}[i][j] = \\begin{cases}
1, ~~ j \\leq i \\leq j + k - 1 \\\\
1, ~~ j \\leq i \\leq j + \\mathrm{order} - 1 \\\\
0, \\mathrm{otherwise}
\\end{cases}.
Expand Down

0 comments on commit a811666

Please sign in to comment.