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

All pure-Python implementations should invoke the other pure-Python implementations #159

Closed
dhermes opened this issue Jan 2, 2020 · 0 comments · Fixed by #160
Closed

Comments

@dhermes
Copy link
Owner

dhermes commented Jan 2, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant