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
The spec section for maniac tree encoding says that elements property, node_counter, and test_value should be read as a near_zero int with the given ranges. However, the implementation uses read_int2 which modifies the parameters before sending them to the listed near zero encoding scheme.
The text was updated successfully, but these errors were encountered:
The spec section for maniac tree encoding says that elements
property
,node_counter
, andtest_value
should be read as a near_zero int with the given ranges. However, the implementation usesread_int2
which modifies the parameters before sending them to the listed near zero encoding scheme.The text was updated successfully, but these errors were encountered: