We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab8c58 commit 234c661Copy full SHA for 234c661
1 file changed
tests/test_grobid_client.py
@@ -41,7 +41,7 @@ def test_init_default_values(self, mock_configure_logging, mock_test_server):
41
client = GrobidClient(check_server=False)
42
43
assert client.config['grobid_server'] == 'http://localhost:8070'
44
- assert client.config['batch_size'] == 1000
+ assert client.config['batch_size'] == 10
45
assert client.config['sleep_time'] == 5
46
assert client.config['timeout'] == 180
47
assert 'persName' in client.config['coordinates']
0 commit comments