mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-05 12:00:58 +08:00
black format
This commit is contained in:
@@ -1385,6 +1385,7 @@ class Cov(PairRolling):
|
||||
def __init__(self, feature_left, feature_right, N):
|
||||
super(Cov, self).__init__(feature_left, feature_right, N, "cov")
|
||||
|
||||
|
||||
Operators = OpsWrapper()
|
||||
|
||||
OpsList = [
|
||||
@@ -1435,4 +1436,4 @@ OpsList = [
|
||||
If,
|
||||
]
|
||||
|
||||
Operators.register(OpsList)
|
||||
Operators.register(OpsList)
|
||||
|
||||
Reference in New Issue
Block a user