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

Intendation fixes -- sympy/concrete/summations.py #11473

Merged
merged 2 commits into from Aug 11, 2016
Merged

Intendation fixes -- sympy/concrete/summations.py #11473

merged 2 commits into from Aug 11, 2016

Conversation

jremes-foss
Copy link
Contributor

Hello.

File: sympy/concrete/summations.py

There were couple of NotImplementedError exceptions which were not intended correctly.

These have now been amended.

Thank you.

@jbm950
Copy link
Contributor

jbm950 commented Aug 5, 2016

LGTM

@@ -356,7 +356,7 @@ def is_convergent(self):

if len(sequence_term.free_symbols) > 1:
raise NotImplementedError("convergence checking for more that one symbol "
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you also change that -> than?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, I can do that. :)

@gxyd
Copy link
Contributor

gxyd commented Aug 11, 2016

+1. Merging

@gxyd gxyd merged commit 1ddf852 into sympy:master Aug 11, 2016
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.

None yet

3 participants