Spaces:
Sleeping
Sleeping
Update evaluate.py
Browse files- evaluate.py +1 -1
evaluate.py
CHANGED
|
@@ -86,7 +86,7 @@ def load_test_fixtures():
|
|
| 86 |
test_fixtures = []
|
| 87 |
env_path = os.environ.get("TEST_FIXTURES_PATH", "").strip()
|
| 88 |
# candidates = [env_path] if env_path else ["conversation_test_fixtures_v10.jsonl"]
|
| 89 |
-
candidates = [env_path] if env_path else ["small_test_cases_v10.jsonl"
|
| 90 |
path = next((p for p in candidates if p and os.path.exists(p)), None)
|
| 91 |
if not path:
|
| 92 |
print("Warning: No test fixtures file found for evaluation.")
|
|
|
|
| 86 |
test_fixtures = []
|
| 87 |
env_path = os.environ.get("TEST_FIXTURES_PATH", "").strip()
|
| 88 |
# candidates = [env_path] if env_path else ["conversation_test_fixtures_v10.jsonl"]
|
| 89 |
+
candidates = [env_path] if env_path else ["small_test_cases_v10.jsonl"]
|
| 90 |
path = next((p for p in candidates if p and os.path.exists(p)), None)
|
| 91 |
if not path:
|
| 92 |
print("Warning: No test fixtures file found for evaluation.")
|