Commit a411888a authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Remove redundant parameter

parent 341ff3d9
...@@ -100,10 +100,8 @@ class FeaturePipeline: ...@@ -100,10 +100,8 @@ class FeaturePipeline:
def __init__( def __init__(
self, self,
config: ml_collections.ConfigDict, config: ml_collections.ConfigDict,
params: Optional[Mapping[str, Mapping[str, np.ndarray]]] = None,
): ):
self.config = config self.config = config
self.params = params
def process_features( def process_features(
self, self,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment