Skip to content

Commit

Permalink
Merge pull request #433 from brian-team/cython_use_type_inference
Browse files Browse the repository at this point in the history
Use type inference support for Cython
  • Loading branch information
mstimberg committed Mar 24, 2015
2 parents f8bcf88 + 09c7d5a commit 53c2894
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions brian2/codegen/runtime/cython_rt/templates/common.pyx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#cython: boundscheck=False
#cython: wraparound=False
#cython: cdivision=True
#cython: infer_types=True

import numpy as _numpy
cimport numpy as _numpy
Expand Down

0 comments on commit 53c2894

Please sign in to comment.