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

writePhase writing binary 0/1 instead of ASCII 0/1 #41

Open
grady opened this issue Sep 8, 2016 · 0 comments
Open

writePhase writing binary 0/1 instead of ASCII 0/1 #41

grady opened this issue Sep 8, 2016 · 0 comments

Comments

@grady
Copy link

grady commented Sep 8, 2016

At some point between commit 9a1e0fe and c9764e2, there seems to have been a bug introduced to the writePhase code. The phase file output is now writing raw binary 0/1 bytes to the output file, instead of ASCII 0/1 characters.
I.e., the phase lines output have something like (using carat notation)

^@^A^@^@^@^@^A^@.....
^A^@^@^@^@^A^@^@....
....

Instead of

01000010...
10000100...
...
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