Reading files with open option "U" is long depreciated. This PR scopes data loading to the DataLoader class alone, and cleans up some naming, documentation, and flow along the way. The routing module is most affected by these changes, loading data earlier rather than later.
Reading files with open option
"U"
is long depreciated. This PR scopes data loading to theDataLoader
class alone, and cleans up some naming, documentation, and flow along the way. The routing module is most affected by these changes, loading data earlier rather than later.