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

DeprecationWarning: inspect.getargspec() is deprecated #49

Closed
Stewori opened this issue Jul 3, 2019 · 1 comment
Closed

DeprecationWarning: inspect.getargspec() is deprecated #49

Stewori opened this issue Jul 3, 2019 · 1 comment

Comments

@Stewori
Copy link
Member

Stewori commented Jul 3, 2019

Recent Travis logs are full of the following warning (though passing):

/home/travis/build/mdp-toolkit/mdp-toolkit/mdp/signal_node.py:165:
DeprecationWarning: inspect.getargspec() is deprecated,
use inspect.signature() or inspect.getfullargspec()

This doesn't look too difficult to fix, so we should get it done to make the logs cleaner and thus more useful.

@Stewori
Copy link
Member Author

Stewori commented Aug 12, 2019

Fixed in 9d2d1be

@Stewori Stewori closed this as completed Aug 12, 2019
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

1 participant