MCPcopy Create free account
hub / github.com/clovaai/webvicob / test_basic

Function test_basic

tests/test_basic.py:9–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8
9def test_basic():
10 main(
11 workspace="./resources/workspace_example",
12 target_lang="en",
13 num_train=10,
14 num_val=1,
15 num_test=1,
16 debug=True,
17 num_process=-1,
18 shrink_heuristic=True,
19 remove_background=True,
20 unroll_contents=False,
21 change_para_font=True,
22 sleep_time=1,
23 capture_widths=(800, 1200, 1600),
24 capture_height_limit=16384,
25 final_width=None,
26 chunk_idx=None,
27 total_chunk=None,
28 chrome_path="resources/chromedriver",
29 html_section_chunker=True,
30 )

Callers

nothing calls this directly

Calls 1

mainFunction · 0.90

Tested by

no test coverage detected