mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-29 20:04:30 +01:00
Fix eval (#304)
This commit is contained in:
@@ -134,8 +134,7 @@ def create_single_test(
|
||||
|
||||
scores = self.get_scores(config)
|
||||
request.node.scores = scores # store scores in request.node
|
||||
for score in scores["values"]:
|
||||
assert score >= 1
|
||||
assert 1 in scores
|
||||
|
||||
# Parametrize the method here
|
||||
test_method = pytest.mark.parametrize(
|
||||
|
||||
Reference in New Issue
Block a user