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

Can't handle backslash and bracket #575

Closed
jirikuncar opened this issue Jul 11, 2017 · 2 comments
Closed

Can't handle backslash and bracket #575

jirikuncar opened this issue Jul 11, 2017 · 2 comments
Labels
bug Something isn't working

Comments

@jirikuncar
Copy link

I have found a following imports that can't be automatically sorted:

from sympy import S, pi, GoldenRatio as phi, sqrt
from sympy.ntheory.continued_fraction import \
    (continued_fraction_periodic as cf_p,
     continued_fraction_iterator as cf_i,
     continued_fraction_convergents as cf_c,
     continued_fraction_reduce as cf_r)
from sympy.utilities.pytest import raises

Results to:

from sympy import GoldenRatio as phi
from sympy import S, pi, sqrt
from sympy.ntheory.continued_fraction import \
    continued_fraction_periodic as cf_p
from sympy.utilities.pytest import raises

     continued_fraction_iterator as cf_i,
     continued_fraction_convergents as cf_c,
     continued_fraction_reduce as cf_r)
@katlings
Copy link
Contributor

Working on a fix for this at Pycascades sprints!

@jirikuncar
Copy link
Author

jirikuncar commented Feb 25, 2019

@katlings thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants