← mined_baseline

rich_2491

failed NO_PATCH NO_PATCH UNSUBMITTED empty_patch(None) · None tool calls · 0 s · Textualize/rich

Task input

(not found in data/tasks.jsonl)

Tool calls (0)

#ToolArgumentsResult
No trace captured.

Test output

show
.F
=================================== FAILURES ===================================
____________________________ test_install_max_depth ____________________________

    def test_install_max_depth():
        console = Console(file=io.StringIO())
        dh = sys.displayhook
>       install(console, max_depth=1)
E       TypeError: install() got an unexpected keyword argument 'max_depth'. Did you mean 'max_length'?

tests/test_pretty.py:57: TypeError
!!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!!!
1 failed, 1 passed in 0.14s