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

CO2 calculator results in deprecation warning #6

Open
alexanderweiss opened this issue Jan 19, 2018 · 0 comments
Open

CO2 calculator results in deprecation warning #6

alexanderweiss opened this issue Jan 19, 2018 · 0 comments
Assignees

Comments

@alexanderweiss
Copy link
Contributor

co2_calc.py:35: VisibleDeprecationWarning: Reading unicode strings without specifying the encoding argument is deprecated. Set the encoding, use None for the system default.
  flights = np.genfromtxt(input_file, delimiter=';', names=True, dtype=None)

Looking at the issue it seems like encoding='latin1' for np.genfromtxt

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

No branches or pull requests

2 participants