Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Update test_llmutils_pipelines.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xuechendi authored Dec 15, 2023
1 parent c72e93d commit 3f43b0d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions RecDP/tests/test_llmutils_pipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ def classify(text):
pipeline.execute()
del pipeline

def test_ResumableTextPipeline_customer_reload_function(self):
pipeline = ResumableTextPipeline(pipeline_file = "tests/data/custom_op_pipeline.json")
pipeline.execute()
del pipeline
# def test_ResumableTextPipeline_customer_reload_function(self):
# pipeline = ResumableTextPipeline(pipeline_file = "tests/data/custom_op_pipeline.json")
# pipeline.execute()
# del pipeline

def test_ResumableTextPipeline_with_fuzzyDedup(self):
pipeline = ResumableTextPipeline()
Expand Down Expand Up @@ -322,4 +322,4 @@ def chunk_doc(text,max_num_of_words):
]
pipeline.add_operations(ops)
ds = pipeline.execute()
display(ds.to_pandas())
display(ds.to_pandas())

0 comments on commit 3f43b0d

Please sign in to comment.