Skip to content

Commit 130c2d3

Browse files
committed
updates
1 parent 49b0dc8 commit 130c2d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

brainpy/_src/math/operators/pre_syn_post.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ def pre2post_event_sum(events,
9090
out: ArrayType
9191
A tensor with the shape of ``post_num``.
9292
"""
93-
warnings.warn('Please use ``brainpylib.event_ops.event_csr_matvec()`` instead.', UserWarning)
9493
indices, idnptr = pre2post
9594
events = as_jax(events)
9695
indices = as_jax(indices)

0 commit comments

Comments
 (0)