Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
joschkabraun committed Jan 8, 2024
1 parent 3e07616 commit 9d8b0cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parea/evals/rag/context_ranking_pointwise.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def context_ranking_pointwise_factory(question_field: str = "question", context_
Raises:
ImportError: If numpy is not installed.
NotImplementedError: If the ranking_measurement is not supported.
"""
try:
import numpy as np
Expand Down

0 comments on commit 9d8b0cb

Please sign in to comment.