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 use of deprecated functionality #167

Merged
merged 1 commit into from Apr 11, 2018
Merged

Conversation

whistler
Copy link
Contributor

The existing code produced the following warning, this commit removes the warning.

FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.

The existing code produced the following warning, this commit removes the warning.

```
FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.
```
@coveralls
Copy link

coveralls commented Apr 11, 2018

Coverage Status

Coverage remained the same at 98.606% when pulling 23b0022 on whistler:patch-1 into 58692a0 on perrygeo:master.

@perrygeo
Copy link
Owner

Thank you @whistler ! This warning was added in numpy 1.14, nice to catch it now.

@perrygeo perrygeo merged commit 9eb57b7 into perrygeo:master Apr 11, 2018
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

3 participants