Skip to content

Commit

Permalink
Update ns_pipelines/word_count/run.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alejandro de la Vega <[email protected]>
  • Loading branch information
jdkent and adelavega authored Nov 19, 2024
1 parent 01a70f0 commit ce537b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ns_pipelines/word_count/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ class WordDevianceExtraction(DependentPipeline):
_version = "1.0.0"

def __init__(self, inputs=("text",), input_sources=("pubget", "ace"), square_root=False):
"""add any pipeline configuration here (as opposed to runtime arguments like n_cpus or n_cores)"""
self.square_root = square_root
super().__init__(inputs=inputs, input_sources=input_sources)

Expand Down

0 comments on commit ce537b8

Please sign in to comment.