mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-24 14:15:17 +02:00
fix test()
This commit is contained in:
parent
390b65fda3
commit
859ee3d2e3
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ class Optimizer:
|
|||
|
||||
for round in rounds:
|
||||
directory = self.graph_utils.create_round_directory(graph_path, round)
|
||||
self.graph_utils.load_graph(round, graph_path)
|
||||
self.graph = self.graph_utils.load_graph(round, graph_path)
|
||||
|
||||
score, avg_cost, total_cost = await self.evaluation_utils.evaluate_graph_test(
|
||||
self, directory, is_test=True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue