Skip to content

convert byte to int for python3+ #103

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

Merged
merged 1 commit into from
Jul 9, 2019
Merged

convert byte to int for python3+ #103

merged 1 commit into from
Jul 9, 2019

Conversation

Pipe-Runner
Copy link
Contributor

fetch logic analyser data runs into issues due to python 3 not being able to type case byte from float to int

@Pipe-Runner Pipe-Runner requested a review from CloudyPadmal July 9, 2019 17:07
@@ -2432,7 +2432,7 @@ def fetch_long_data_from_LA(self, bytes, chan=1):
self.H.__sendByte__(chan - 1)
ss = self.H.fd.read(int(bytes * 4))
self.H.__get_ack__()
tmp = np.zeros(bytes)
tmp = np.zeros((bytes))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just brackets? 🤔

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh numpy zeros

@CloudyPadmal CloudyPadmal merged commit dd1f8d9 into fossasia:development Jul 9, 2019
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
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy