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

RuntimeWarning #2

Open
jffkm opened this issue Sep 29, 2015 · 1 comment
Open

RuntimeWarning #2

jffkm opened this issue Sep 29, 2015 · 1 comment

Comments

@jffkm
Copy link

jffkm commented Sep 29, 2015

Any insight on this error message? subsequent steps fail with a div/0. Thanks.

RuntimeWarning: Item size computed from the PEP 3118 buffer format string does not match the actual item size.
H = np.array(self.open_count_hash(fp),dtype=np.float32)

@brian-cleary
Copy link
Owner

That warning alone should not cause a problem. Are you running the test
case, or some of your own data? At what step is it failing?

On Tue, Sep 29, 2015 at 11:41 AM, jffkm notifications@github.com wrote:

Any insight on this error message? subsequent steps fail with a div/0.
Thanks.

RuntimeWarning: Item size computed from the PEP 3118 buffer format string
does not match the actual item size.
H = np.array(self.open_count_hash(fp),dtype=np.float32)


Reply to this email directly or view it on GitHub
#2.

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

2 participants