Skip to content

Commit 0972130

Browse files
committed
darglint
1 parent 5bf1bac commit 0972130

File tree

2 files changed

+7
-287
lines changed

2 files changed

+7
-287
lines changed

src/agentlab/analyze/error_analysis/base_idea.py

Lines changed: 0 additions & 287 deletions
This file was deleted.

src/agentlab/analyze/error_analysis/summarizer.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ def _diff(past_obs, current_obs):
1515
"""TODO: Implement the diff function.
1616
1717
Returns a diff version of current_obs compares to past_obs, unless there is too many changes.
18+
19+
Args:
20+
past_obs: The past observation.
21+
current_obs: The current observation.
22+
23+
Raises:
24+
ValueError: Not implemented yet.
1825
"""
1926
raise ValueError("Not implemented yet.")
2027

0 commit comments

Comments
 (0)