Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix more test issues with older numpy versions #3413

Merged
merged 6 commits into from
Feb 27, 2014
Merged

Conversation

rgommers
Copy link
Member

No description provided.

@rgommers rgommers added the PR label Feb 27, 2014
@rgommers rgommers added this to the 0.14.0 milestone Feb 27, 2014
for dtype in (np.float32, np.float64, np.float128):
dtypes = [np.float32, np.float64]
if hasattr(np, 'float128'):
dtypes.append(np.float128)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

np.longdouble is a portable alias

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, fixed

pv added a commit that referenced this pull request Feb 27, 2014
MAINT: fix more issues with older numpy versions
@pv pv merged commit 68e0251 into scipy:master Feb 27, 2014
@pv
Copy link
Member

pv commented Feb 27, 2014

Thanks, LGTM

@rgommers
Copy link
Member Author

Addressed Warren's request for a better comment of the power issue in 4b4620b.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants