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

Compression.py: warning from Travis #39

Closed
kif opened this issue Oct 29, 2015 · 1 comment
Closed

Compression.py: warning from Travis #39

kif opened this issue Oct 29, 2015 · 1 comment
Milestone

Comments

@kif
Copy link
Member

kif commented Oct 29, 2015

/compression.py:310: DeprecationWarning: numpy boolean subtract (the binary - operator) is deprecated, use the bitwise_xor (the ^ operator) or the logical_xor function instead.

exception16 = (adiff >= 127) - exception32 # 2**7-1)

@kif kif added this to the 0.3 milestone Oct 30, 2015
kif added a commit that referenced this issue Oct 30, 2015
@kif
Copy link
Member Author

kif commented Oct 30, 2015

fixed !

@kif kif closed this as completed Oct 30, 2015
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

No branches or pull requests

1 participant