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

Fixed an error in frame.py #11504

Merged
merged 2 commits into from
Aug 16, 2016
Merged

Fixed an error in frame.py #11504

merged 2 commits into from
Aug 16, 2016

Conversation

jbm950
Copy link
Contributor

@jbm950 jbm950 commented Aug 11, 2016

There was a spot in frame.py where keys were being deleted from a
dictionary in a for loop over the keys of that dictionary. This threw up
errors and has now been fixed.

closes issue #11503

There was a spot in frame.py where keys were being deleted from a
dictionary in a for loop over the keys of that dictionary. This threw up
errors and has now been fixed.
@jbm950
Copy link
Contributor Author

jbm950 commented Aug 15, 2016

I do not believe the error has anything to do with my PR. test_refine.py in the assumptions module is timing out.

@jbm950 jbm950 closed this Aug 15, 2016
@jbm950 jbm950 reopened this Aug 15, 2016
@moorepants
Copy link
Member

+1 to merge when tests pass.

@moorepants moorepants merged commit 6e000c2 into sympy:master Aug 16, 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.

2 participants