summaryrefslogtreecommitdiff
path: root/pyspike/cython/cython_simulated_annealing.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'pyspike/cython/cython_simulated_annealing.pyx')
-rw-r--r--pyspike/cython/cython_simulated_annealing.pyx1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyspike/cython/cython_simulated_annealing.pyx b/pyspike/cython/cython_simulated_annealing.pyx
index be9423c..53ecde7 100644
--- a/pyspike/cython/cython_simulated_annealing.pyx
+++ b/pyspike/cython/cython_simulated_annealing.pyx
@@ -1,3 +1,4 @@
+#cython: language_level=3
#cython: boundscheck=False
#cython: wraparound=False
#cython: cdivision=True