forked from numpy/numpy-refactor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed subtle bug that caused arrays of dtype elements to have the wrong
shape. [dtype(np.float64), dtype(np.float64)] should have shape (2,) but had shape (2,0) and the wrong dtype of the array. This broke several tests in the scipy.stats module.
- Loading branch information
Jason McCampbell (Enthought, Inc)
committed
Apr 25, 2011
1 parent
91515c8
commit f635077
Showing
2 changed files
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters