BUG: reload_symbol_maps should clear the equity_supplementary_maps

This commit is contained in:
Joe Jevnik
2017-01-05 20:15:55 -05:00
committed by Joe Jevnik
parent 569998179a
commit e6f2f562b3
+8
View File
@@ -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):