mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-19 11:22:06 +08:00
If lookup_future_chain was provided with an as_of_date or knowledge date that was pandas.NaT, the query we were forming wasn't what we want. Instead, as_of_date, if not NaT, is used for knowledge_date, and if both are NaT, no date filtering is done in the query.