You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, it was indeed on Windows. Thanks the last comment from albertstrasheim I read the ticket #701 and noticed the importance of binaray mode ('b') on windows !!
I'm very sorry for the noise.
Original ticket http://projects.scipy.org/numpy/ticket/436 on 2007-01-27 by @sebhaase, assigned to unknown.
Hi!
arr.tofile(f)
creates garbage inf
.f
in my case is an open file object at position 1024(that's the length of our file format's header)
It cannot determine what exactly goes wrong - the file size seems to be varying even if
arr
always has the same size (myarr
hasdtype=uint16
)Thanks,
Sebastian Haase
The text was updated successfully, but these errors were encountered: