Algorithms-for-Automated-Driving icon indicating copy to clipboard operation
Algorithms-for-Automated-Driving copied to clipboard

Get rid of relative imports

Open thomasfermi opened this issue 1 year ago • 0 comments
trafficstars

It would be good engineering practice to get rid of the relative imports. Instead one could have a python package. It's Name could be aad. Students should install this in editable mode (that's what it is called in pip, would need to do the conda equivalent).

With this change you could start scripts from any directory

thomasfermi avatar Jan 30 '24 06:01 thomasfermi