mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-29 13:30:44 +08:00
BUG/DOC: Use correct close brace.
This commit is contained in:
@@ -528,7 +528,7 @@ class CustomFactor(RequiredWindowLengthMixin, CustomTermMixin, Factor):
|
||||
|
||||
def compute(self, today, assets, out, data):
|
||||
from numpy import nanmedian
|
||||
out[:} = data.nanmedian(axis=0)
|
||||
out[:] = data.nanmedian(axis=0)
|
||||
|
||||
# Values for `inputs` and `window_length` must be passsed explitly to
|
||||
# MedianValue.
|
||||
|
||||
Reference in New Issue
Block a user