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 python 3 compatibility got lost. Unit tests fail in the serializer functions in the underlying generic online_monitor package:
Process DUT0:
Traceback (most recent call last):
File ".../python3.6/multiprocessing/process.py", line 249, in _bootstrap
self.run()
File ".../python3.6/site-packages/online_monitor/converter/transceiver.py", line 167, in run
self.send_data(data)
File ".../python3.6/site-packages/online_monitor/converter/transceiver.py", line 137, in send_data
serialized_data = serialized_data.encode('utf-8')
AttributeError: 'array.array' object has no attribute 'encode'
The text was updated successfully, but these errors were encountered:
The python 3 compatibility got lost. Unit tests fail in the serializer functions in the underlying generic online_monitor package:
The text was updated successfully, but these errors were encountered: