activitysim
activitysim copied to clipboard
abm/misc.py disables chained_assignment warnings
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