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

Quadpy out of sync with orthopy since newest release #125

Closed
marrit-git opened this issue Nov 16, 2017 · 2 comments
Closed

Quadpy out of sync with orthopy since newest release #125

marrit-git opened this issue Nov 16, 2017 · 2 comments

Comments

@marrit-git
Copy link

Since the most recent release of orthopy (0.2.0, two days ago), calls to orthopy.recurrence_coefficients.jacobi() no longer accept the 'mode' keyword argument (and potentially more has stopped working, but this is the first thing I ran into):

File "/usr/local/lib/python2.7/dist-packages/quadpy/line_segment/gauss_kronrod.py", line 47, in __init__ orthopy.recurrence_coefficients.jacobi(length, a, b, mode='numpy') TypeError: jacobi() got an unexpected keyword argument 'mode'

Suggested fix: specify orthopy 0.1.7 as requirement in setup.py for the time being, then update quadpy to work with the newest release of orthopy.

Thanks!

@nschloe
Copy link
Collaborator

nschloe commented Nov 16, 2017

Ah yes, that's right! Will fix this later this afternoon.

@nschloe
Copy link
Collaborator

nschloe commented Nov 17, 2017

Done.

@nschloe nschloe closed this as completed Nov 17, 2017
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

2 participants