Skip to content

Commit

Permalink
correcting class name for unit test
Browse files Browse the repository at this point in the history
Signed-off-by: aasavari <aasavari.dhananjay.kakne@intel.com>
  • Loading branch information
adkakne committed Oct 11, 2024
1 parent 348e947 commit 64493a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_ragaaf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
port = os.getenv("port", "8008")


class TestRagasMetric(unittest.TestCase):
class TestRagaafMetric(unittest.TestCase):

# @unittest.skip("need pass localhost id")
def test_ragaaf(self):
Expand Down Expand Up @@ -42,8 +42,6 @@ def test_ragaaf(self):
model_name=model_name,
evaluation_metrics=evaluation_metrics,
examples=examples,
# openai_key=openai_key,
# hf_token=hf_token,
debug_mode=True,
)

Expand Down

0 comments on commit 64493a4

Please sign in to comment.