We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b0dc8 commit 130c2d3Copy full SHA for 130c2d3
brainpy/_src/math/operators/pre_syn_post.py
@@ -90,7 +90,6 @@ def pre2post_event_sum(events,
90
out: ArrayType
91
A tensor with the shape of ``post_num``.
92
"""
93
- warnings.warn('Please use ``brainpylib.event_ops.event_csr_matvec()`` instead.', UserWarning)
94
indices, idnptr = pre2post
95
events = as_jax(events)
96
indices = as_jax(indices)
0 commit comments