activitysim icon indicating copy to clipboard operation
activitysim copied to clipboard

abm/misc.py disables chained_assignment warnings

Open toliwaga opened this issue 7 years ago • 0 comments

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

toliwaga avatar Feb 16 '18 18:02 toliwaga