mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-30 15:33:42 +08:00
BUG: Cast datetime to Timestamp to call value
This commit is contained in:
@@ -314,7 +314,7 @@ class AssetFinder(object):
|
||||
so we can find a match by inserting an underscore.
|
||||
"""
|
||||
symbol = symbol.upper()
|
||||
ad_value = normalize_date(as_of_date).value
|
||||
ad_value = pd.Timestamp(normalize_date(as_of_date)).value
|
||||
|
||||
if fuzzy is None:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user