ElfieDoyle
ElfieDoyle
Improves performance. Might affect regressions tests. Document where order expected with sort=True even though the default Note this only affects group order, not order within groups, which we often assume...
mandatory_scheduling fails with no non-zero probability alternatives for both work and school tours if the first tour chosen is the last possible tour of the day and so all alternatives...
Should write pip freeze into log at start of run to document code versions for archived runs...
If output_dir is not found, output_dir method in core/config.py `raise RuntimeError("output_dir: directory does not exist")` resulting in the message: `RuntimeError: output_dir: directory does not exist` This is misleading because 'output_dir'...
It wold be preferable to turn the warnings back on and address the issues explicitly: warnings.filterwarnings('ignore', category=pd.io.pytables.PerformanceWarning) pd.options.mode.chained_assignment = None
They used to be, since there were passed through as of at least orca 1.1. But now, they are assumed to be type str (or None) whereas pandas merge accepts...