summaryrefslogtreecommitdiff
path: root/pyspike/cython/cython_simulated_annealing.pyx
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2021-12-30 17:43:39 +0100
committerGard Spreemann <gspr@nonempty.org>2021-12-30 17:43:39 +0100
commit21c1b9e61cdd2eb0f5d01c61f7268efb527dc5ba (patch)
treef49b01e5729c974d720e15a9fe3486caac2a27f0 /pyspike/cython/cython_simulated_annealing.pyx
parent89ac541925a4d3552d0bead38f436ee2aeaa468d (diff)
parent504ded4b3129a1bb7fdcfdc74fb394f838687345 (diff)
Merge tag '0.7.0' into debian/sid
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