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

Adopt doctests for py.test + misc fixes #91

Merged
merged 6 commits into from
May 29, 2015
Merged

Adopt doctests for py.test + misc fixes #91

merged 6 commits into from
May 29, 2015

Conversation

skirpichev
Copy link
Collaborator

No description provided.

Just a simple fix, change an 'is' to a '=='.

Example: (1/sqrt(-x**2+16)).subs(sqrt(-x**2+16), y) didn't do the
substitution when SYMPY_USE_CACHE='no'. It worked with the cache on,
however.

I've added a test for the above example too. I can approximate turning
the cache off by clearing the cache. The test didn't work before this
change and now it does.

// few minor test fixes by skirpichev
skirpichev added a commit that referenced this pull request May 29, 2015
Adopt doctests for py.test + misc fixes
@skirpichev skirpichev merged commit 6e09993 into master May 29, 2015
@skirpichev skirpichev deleted the misc branch May 29, 2015 12:08
@skirpichev skirpichev modified the milestone: 0.8.0 Sep 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants