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: Fix int check #8608

Merged
merged 1 commit into from
Mar 31, 2018
Merged

FIX: Fix int check #8608

merged 1 commit into from
Mar 31, 2018

Conversation

larsoner
Copy link
Member

On Windows systems sometimes c long long ints are produced, so the int check in decomp.py was failing (see mne-tools/mne-python#4843). This generalizes the check, with included failing test.

Ideally this would be backported to 1.0.1 but I think that the window on that is closed.

@rgommers
Copy link
Member

Ideally this would be backported to 1.0.1 but I think that the window on that is closed.

Indeed. 1.1.0 shouldn't be too far off though. Let me go propose a schedule for that.

@rgommers rgommers added this to the 1.1.0 milestone Mar 26, 2018
@rgommers rgommers added scipy.linalg maintenance Items related to regular maintenance tasks labels Mar 26, 2018
@rgommers
Copy link
Member

Weird issue, but with multiple people running into it I guess it falls in the "Windows is wrong, but let's just accept it" category.

Thanks Eric.

@rgommers rgommers merged commit 1bd1455 into scipy:master Mar 31, 2018
@larsoner larsoner deleted the fix-check branch March 31, 2018 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Items related to regular maintenance tasks scipy.linalg
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants