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

Remove asfileobj=False from a bunch of examples loading sample_data. #13621

Merged
merged 1 commit into from Mar 8, 2019

Commits on Mar 7, 2019

  1. Remove asfileobj=False from a bunch of examples loading sample_data.

    Using a file object works just fine.
    
    There are some more examples that use genfromtxt, but their conversion
    effectively needs numpy>=1.14 per
    https://github.com/numpy/numpy/blob/master/doc/release/1.14.0-notes.rst#encoding-argument-for-text-io-functions
    
    There are some more examples that load bivariate_normal.npy, but they
    have a bunch of duplicated code that could use some more refactor.
    anntzer committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    754cfba View commit details
    Browse the repository at this point in the history