Author: [email protected] Branch: py3.5-raffael_t Changeset: r84196:17ac3f14e8ff Date: 2016-05-04 20:22 +0200 http://bitbucket.org/pypy/pypy/changeset/17ac3f14e8ff/
Log: Remove unneccessary testfile for matmul diff --git a/pypy/interpreter/test/test_35_mmult.py b/pypy/interpreter/test/test_35_mmult.py deleted file mode 100644 --- a/pypy/interpreter/test/test_35_mmult.py +++ /dev/null @@ -1,8 +0,0 @@ -import numpy - -x = numpy.ones(3) -m = numpy.eye(3) - -a = x @ m - -print(a) \ No newline at end of file _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
