mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-30 05:23:38 +08:00
64f991b400
A TypeError exception was raised with message "Cannot join tz-naive with tz-aware DatetimeIndex". Removing old unnecessary workaround in `holidays_at_time` function (Pandas already fixed that before 0.18) fixes this issue.