Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The error I'm trying to solve can be reproduced by
running `python/fastsim/demos/demo_hev.py` and then ```python import msgpack fsim.SimDrive.from_msg_pack(msgpack.packb(msgpack.loads(sd.to_msg_pack()))) ``` which yields: ``` --------------------------------------------------------------------------- OSError Traceback (most recent call last) Cell In[8], line 1 ----> 1 fsim.SimDrive.from_msg_pack(msgpack.packb(msgpack.loads(sd.to_msg_pack()))) OSError: invalid type: string "\"[]\"", expected a sequence ```
- Loading branch information