-
Notifications
You must be signed in to change notification settings - Fork 81
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
a bug with lengthleylarameter #375
Comments
thanks for the catch. (seems like nobody stumbled over non-byte aligned lentgh keys so far.) The fix is to add encode_state.cursor_bit_position = 0 before |
|
hello
a odx like this
lengthkeyparameter.py
line 105
the encode_state.cursor_bit_position is 4 and self.dop.get_static_bit_length() is 4
if not like this.encodestate will throw exception
encodestate.py
line 191
The text was updated successfully, but these errors were encountered: