Skip to content

Commit

Permalink
MAINT: Put expect_types in same order as __new__.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Sanderson committed Nov 27, 2017
1 parent e9ac381 commit 3fdf2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zipline/pipeline/factors/statistical.py
Expand Up @@ -504,8 +504,8 @@ class SimpleBeta(CustomFactor, StandardOutputs):
params = ('allowed_missing_count',)

@expect_types(
regression_length=int,
target=Asset,
regression_length=int,
allowed_missing_percentage=(int, float),
__funcname='SimpleBeta',
)
Expand Down

0 comments on commit 3fdf2c8

Please sign in to comment.