Skip to content

Commit

Permalink
Update filter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
you-n-g committed Feb 19, 2021
1 parent a72911e commit fa8f1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qlib/data/filter.py
Expand Up @@ -354,7 +354,7 @@ def _getFilterSeries(self, instruments, fstart, fend):
rule_expression_field_name = list(_features.keys())[0]
all_filter_series = _features[rule_expression_field_name]
return all_filter_series

@staticmethod
def from_config(config):
return ExpressionDFilter(
Expand Down

0 comments on commit fa8f1cb

Please sign in to comment.