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

Eliminate use of deprecated method #98

Merged
merged 5 commits into from
Apr 29, 2020

Conversation

mttamtam
Copy link
Contributor

Since SplineInterpolator's eval, evald, evaldd methods are deprecated, this PR replaces them to __call__ method.

  • This change reduces the number of warnings in pytest.
  • New interpolators don't need to equip with eval, evald, evaldd methods.

@hungpham2511
Copy link
Owner

Thanks for the work! Appreciate it.

@hungpham2511 hungpham2511 merged commit 2c22d99 into hungpham2511:develop Apr 29, 2020
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.

2 participants