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

Compatibility resolution for Python 3 #1

Merged
merged 1 commit into from
Jul 8, 2019
Merged

Compatibility resolution for Python 3 #1

merged 1 commit into from
Jul 8, 2019

Conversation

nish-ant
Copy link
Contributor

@nish-ant nish-ant commented Jul 8, 2019

  1. NameError: name 'xrange' is not defined
    Resolution: Replace xrange() with range()

  2. AttributeError: module 'scipy' has no attribute 'integrate'
    Resolution: Import the scipy.integrate module itself.

1. NameError: name 'xrange' is not defined
Resolution: Replace xrange() with range()

2. AttributeError: module 'scipy' has no attribute 'integrate'
Resolution: Import the scipy.integrate module itself.
@erichson erichson merged commit e1d0f4c into erichson:master Jul 8, 2019
@erichson
Copy link
Owner

erichson commented Jul 8, 2019

@nish-ant thanks very much for updating the repo.

@nish-ant nish-ant deleted the patch-1 branch July 8, 2019 16:15
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