mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-30 02:54:16 +08:00
BUG: reload_symbol_maps should clear the equity_supplementary_maps
This commit is contained in:
@@ -322,6 +322,14 @@ class AssetFinder(object):
|
||||
del type(self).fuzzy_symbol_ownership_map[self]
|
||||
except KeyError:
|
||||
pass
|
||||
try:
|
||||
del type(self).equity_supplementary_map[self]
|
||||
except KeyError:
|
||||
pass
|
||||
try:
|
||||
del type(self).equity_supplementary_map_by_sid[self]
|
||||
except KeyError:
|
||||
pass
|
||||
|
||||
@lazyval
|
||||
def symbol_ownership_map(self):
|
||||
|
||||
Reference in New Issue
Block a user