summaryrefslogtreecommitdiff
path: root/examples/performance.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/performance.py')
-rw-r--r--examples/performance.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/performance.py b/examples/performance.py
index 1c31e8f..d0c3b91 100644
--- a/examples/performance.py
+++ b/examples/performance.py
@@ -14,6 +14,9 @@ from datetime import datetime
import cProfile
import pstats
+# in case you dont have the cython backends, disable the warnings as follows:
+# spk.disable_backend_warning = True
+
M = 100 # number of spike trains
r = 1.0 # rate of Poisson spike times
T = 1E3 # length of spike trains