arup-group / elara

Command line utility for processing MATSim events output files.
MIT License
13 stars 4 forks source link

tool default modes should be "all" not None #154

Closed andkay closed 2 years ago

andkay commented 2 years ago

Most tools initialise with the default mode = None However, configs use "all" (i.e. "filter for all modes") rather than None.

In the short term, the default should be consistent. Longer term, a refactor (mode_filter = None) is probably sane.