Skip to content

Commit

Permalink
Merge 393ae91 into 3ea5916
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Sanderson committed Jan 10, 2020
2 parents 3ea5916 + 393ae91 commit 4d55a8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zipline/pipeline/loaders/equity_pricing_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ def load_adjusted_array(self, domain, columns, dates, sids, mask):
@property
def currency_aware(self):
# Tell the pipeline engine that this loader supports currency
# conversion.
return True
# conversion if we have a non-dummy fx rates reader.
return not isinstance(self.fx_reader, ExplodingFXRateReader)

def _inplace_currency_convert(self, columns, arrays, dates, sids):
"""
Expand Down

0 comments on commit 4d55a8c

Please sign in to comment.