-
Original ticket http://projects.scipy.org/numpy/ticket/1644
Reported 2010-10-20 by trac user lytenyn, assigned to unknown.
Running numpy.test() fails one test on Sun Solaris 5.10. This is IMHO not a …
-
Installing from git:
```
Using nmatrix (0.0.2) from https://github.com/SciRuby/nmatrix.git (at master) with native extensions
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native e…
-
_Original ticket http://projects.scipy.org/numpy/ticket/1633 on 2010-10-11 by atmention:nstange, assigned to unknown._
# Testsuite fails with:
## FAIL: test_ldexp (test_umath.TestLdexp)
Traceback (mo…
-
_Original ticket http://projects.scipy.org/numpy/ticket/1574 on 2010-08-08 by @rgommers, assigned to unknown._
Reported on Windows with Python 2.7 by two people with the 1.5.0b1 binary.
```
Python 2…
-
_Original ticket http://projects.scipy.org/numpy/ticket/806 on 2008-06-02 by @huard, assigned to @pierregm._
Converting an array of char to an integer arrays fails. The problem seems to be due to the…
-
_Original ticket http://projects.scipy.org/numpy/ticket/1633 on 2010-10-11 by @nstange, assigned to unknown._
# Testsuite fails with:
## FAIL: test_ldexp (test_umath.TestLdexp)
Traceback (most recent…
-
Original ticket http://projects.scipy.org/numpy/ticket/770
Reported 2008-05-05 by atmention:chanley, assigned to unknown.
We are receiving the following numpy self-test failures on our big-endian Sol…
-
Original ticket http://projects.scipy.org/numpy/ticket/770
Reported 2008-05-05 by atmention:chanley, assigned to unknown.
We are receiving the following numpy self-test failures on our big-endian Sol…
-
Has anyone seen or know what the following error is about and how to fix it? It was working for me initially but after one post to the file I began receiving this error. Thanks.
17:56:50 Facebook…
-
If I have an NMatrix, and I want to get a column as a vector, what's the best way to do it? The best I can come up with is:
``` ruby
matrix = NMatrix.float(5, 3).indgen
column = matrix[0, true]
colum…