Dux02 / AM2050

Project am2050a
0 stars 0 forks source link

Data Simulation pickle requires src module #11

Open Blasylf opened 10 months ago

Blasylf commented 10 months ago

See title. I think I need to save the data sim instances of carData as simply pure dictionaries, i.e. converting the custom CarData object back into a dictionary, likely via __dict__. (I simply preferred the CarData object for type setting. It is extremely clear what it does).