We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This came about as part of #156; when trying to compare the (broken) Fortran and (not broken) Python implementations I had to re-implement the pure Python _evaluate_multi() to invoke _evaluate_multi_barycentric() rather than the Fortran equivalent.
_evaluate_multi()
_evaluate_multi_barycentric()
This is related to #115 as well since I would've just wanted to disable the speedups.
The text was updated successfully, but these errors were encountered:
Making sure Python functions directly invoke pure Python.
5dd3e67
Fixes #159.
Ensure pure-Python implementations **do not** invoke code from the bi…
16507f2
…nary extension. (#160) Fixes #159.
dhermes
Successfully merging a pull request may close this issue.
This came about as part of #156; when trying to compare the (broken) Fortran and (not broken) Python implementations I had to re-implement the pure Python
_evaluate_multi()
to invoke_evaluate_multi_barycentric()
rather than the Fortran equivalent.This is related to #115 as well since I would've just wanted to disable the speedups.
The text was updated successfully, but these errors were encountered: