Skip to content

Commit

Permalink
codecov base
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenshansilvia committed Oct 2, 2024
1 parent 68df929 commit 9c46004
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions rageval/metrics/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,9 @@
from dataclasses import dataclass

import numpy as np
from evaluate import MetricInfo
from datasets.naming import camelcase_to_snakecase
from langchain.schema import LLMResult
from tqdm import tqdm

import sys
import io


def add_attribute(attribute_name, attribute_value):
"""
Expand Down Expand Up @@ -40,7 +35,7 @@ def __init__(
Args:
config_name: type(string), Optional.
experiment_id: type(string), Optional.
"""
""" # pragma: no cover

@property
@abstractmethod
Expand Down

0 comments on commit 9c46004

Please sign in to comment.