~ubuntu-branches/ubuntu/trusty/cython/trusty-proposed

« back to all changes in this revision

Viewing changes to tests/run/numpy_bufacc_T155.pyx

  • Committer: Bazaar Package Importer
  • Author(s): Yaroslav Halchenko
  • Date: 2011-02-13 09:41:12 UTC
  • mfrom: (1.4.1 upstream) (9.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20110213094112-0vg8c1a2stwuufnn
Tags: 0.14.1-1
* Reincarnating uploads to unstable
* Fresh upstream release
* debian/control: added python-dev into Suggests (Closes: #545809)
* Standards-Version bumped to 3.9.1 (no change needed)
* Use help2man to generate a reasonable manpage (Closes: #607098)

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    for i from 0 <= i < A.shape[0]:
14
14
        A[i, :] /= 2
15
15
    return A[0,0]
 
16
 
 
17
include "numpy_common.pxi"