Skip to content

Fix (most) windows issues #363

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

Merged
merged 1 commit into from
Mar 8, 2015
Merged

Fix (most) windows issues #363

merged 1 commit into from
Mar 8, 2015

Conversation

shoyer
Copy link
Member

@shoyer shoyer commented Mar 8, 2015

xref #360

In this change:

  • Fix tests that relied on implicit conversion to int64 (Python's int
    on windows is int32).
  • Be more careful about always closing files, even in tests.

Not addressed (yet):

xref pydata#360

In this change:

- Fix tests that relied on implicit conversion to int64 (Python's int
  on windows is int32).
- Be more careful about always closing files, even in tests.

Not addressed (yet):

- Issues with scipy.io.netcdf_file (GH341)
@shoyer shoyer added the bug label Mar 8, 2015
@shoyer shoyer added this to the 0.4.1 milestone Mar 8, 2015
shoyer added a commit that referenced this pull request Mar 8, 2015
@shoyer shoyer merged commit 5e7b3df into pydata:master Mar 8, 2015
@shoyer shoyer deleted the windows-issues branch March 8, 2015 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant