mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-30 21:09:25 +08:00
48c609debc
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.