Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 84bfdc6

Browse files
test(KDP): add more tests (#15)
2 parents 5308029 + da24b7b commit 84bfdc6

File tree

3 files changed

+602
-1
lines changed

3 files changed

+602
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,3 +164,6 @@ kdp/data/fake_data.csv
164164

165165
# Ignore all contents of my_tests folder
166166
my_tests/*
167+
168+
# derivative files
169+
data.csv

kdp/processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ def _add_pipeline_text(self, feature_name: str, input_layer, stats: dict) -> Non
670670
Args:
671671
feature_name (str): The name of the feature to be preprocessed.
672672
input_layer: The input layer for the feature.
673-
stats (dict): A dictionary containing the metadata of the feature, including
673+
stats (dict): A dictionary containing the metadata of the feature.
674674
"""
675675
# getting feature object
676676
_feature = self.features_specs[feature_name]

0 commit comments

Comments
 (0)