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

fix infinite recursion issue in test_f #9162

Merged
merged 1 commit into from
Mar 18, 2015

Conversation

liangjiaxing
Copy link
Contributor

fixing infinite recursion issue in _test_f

@smichr
Copy link
Member

smichr commented Mar 17, 2015

+1

debugger22 added a commit that referenced this pull request Mar 18, 2015
fix infinite recursion issue in test_f
@debugger22 debugger22 merged commit 07a2f90 into sympy:master Mar 18, 2015
@@ -26,9 +26,8 @@ def test_basic2():


def _test_f():
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't this be renamed to test_f so that it gets run?

Copy link
Member

Choose a reason for hiding this comment

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

My bad, fixing it.

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.

4 participants