kyletm / trip_generator

0 stars 0 forks source link

Replace adjacency.py County class lat/lon getter/setter with property decorators #20

Closed kyletm closed 7 years ago

kyletm commented 7 years ago

Replace set_lat_lon() and get_lat_lon() with more appropriate @property decorators to enhance readability.

kyletm commented 7 years ago

There are other getters and setters in adjacency.py that need to be fixed as well. Will work on next.

kyletm commented 7 years ago

Addressed in 6e1b8b32280df77543198d28f1c4f93a4027d585.