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

Python 3 compatibility #1

Closed
fccoelho opened this issue Sep 12, 2016 · 1 comment
Closed

Python 3 compatibility #1

fccoelho opened this issue Sep 12, 2016 · 1 comment
Labels

Comments

@fccoelho
Copy link

I don't know if you already support python 3, but I noticed the follwing exception when trying to run one of the examples under Python3:

   import nsim
  File "/usr/local/lib/python3.5/dist-packages/nsim/__init__.py", line 5, in <module>
    from . import analyses1
  File "/usr/local/lib/python3.5/dist-packages/nsim/analyses1/__init__.py", line 12, in <module>
    from .pyeeg import (hurst, embed_seq, in_range, bin_power, pfd, hfd, hjorth,
  File "/usr/local/lib/python3.5/dist-packages/nsim/analyses1/pyeeg.py", line 161
    print "Cannot build such a matrix, because D * Tau > N"
                                                          ^
SyntaxError: Missing parentheses in call to 'print'
@mattja mattja added the bug label Sep 14, 2016
@mattja
Copy link
Owner

mattja commented Sep 14, 2016

Thanks for letting me know.
I've fixed this in 081901b and released the new version 0.1.16.

@mattja mattja closed this as completed Sep 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants