mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-01 21:29:57 +08:00
35143c3e1b
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.