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

Remove redundant parameter

parent 341ff3d9
......@@ -100,10 +100,8 @@ class FeaturePipeline:
def __init__(
self,
config: ml_collections.ConfigDict,
params: Optional[Mapping[str, Mapping[str, np.ndarray]]] = None,
):
self.config = config
self.params = params
def process_features(
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