rcgsheffield / urban_flows

Research Computing work for the Urban Flows project
2 stars 2 forks source link

Arrow parse warnings #28

Closed Joe-Heffer-Shef closed 3 years ago

Joe-Heffer-Shef commented 3 years ago

Arrow ArrowParseWarning: The .get() parsing method without a format string will parse more strictly in version 0.15.0 https://github.com/arrow-py/arrow/issues/612

Joe-Heffer-Shef commented 3 years ago
import arrow.factory

# Ignore Arrow warnings
# https://github.com/rcgsheffield/urban_flows/issues/28
warnings.simplefilter('ignore', arrow.factory.ArrowParseWarning)