Closed kyletm closed 7 years ago
Replace set_lat_lon() and get_lat_lon() with more appropriate @property decorators to enhance readability.
set_lat_lon()
get_lat_lon()
@property
There are other getters and setters in adjacency.py that need to be fixed as well. Will work on next.
adjacency.py
Addressed in 6e1b8b32280df77543198d28f1c4f93a4027d585.
Replace
set_lat_lon()
andget_lat_lon()
with more appropriate@property
decorators to enhance readability.