mjcortejo / csc931m-complex-systems

This repository contains the projects done for the CSC931M class
0 stars 0 forks source link

[MINOR] Remove `next_immediate_destination` parameter in `spawn()` from Car class #24

Closed mjcortejo closed 1 year ago

mjcortejo commented 1 year ago

Line in question:

def spawn(self, origin, next_immediate_destination, final_destination):

mjcortejo commented 1 year ago

Will close, fix applied to branch 22-implement-weighting-mechanism