"I might be mistaken, but isn't this integer conversion unnecessary? It causes an error during ARXML export, considering that the signal values are already stored as integers.
canmatrix\formats\arxml.py", line 800, in <lambda>
for value in sorted(signal.values, key=lambda x: int(x, 0)):
^^^^^^^^^
TypeError: int() can't convert non-string with explicit base
"I might be mistaken, but isn't this integer conversion unnecessary? It causes an error during ARXML export, considering that the signal values are already stored as integers.
https://github.com/ebroecker/canmatrix/blob/8ca6d787e5c3faceac273fb00f35204fd6ad300f/src/canmatrix/formats/arxml.py#L802