Skip to content

Commit d452e79

Browse files
Spider-local (Claude Sonnet 4.6)claude
andcommitted
Fix ConvergenceDetector init — remove unsupported grammar_version kwarg
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent d027abd commit d452e79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test_ollama_local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ async def test_fn():
5858
cache_prompt=False,
5959
)
6060

61-
detector = ConvergenceDetector(test_fn, grammar_version=GRAMMAR_VERSION)
61+
detector = ConvergenceDetector(test_fn)
6262
success = await detector.run(max_passes=20)
6363

6464
result = {

0 commit comments

Comments
 (0)