We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87df186 commit 5cda298Copy full SHA for 5cda298
test/image/make_baseline.py
@@ -94,7 +94,7 @@ async def make_baselines_async():
94
if mathjax is not None:
95
kopts['mathjax'] = mathjax
96
97
- async with kaleido.Kaleido(n=1, **kopts) as k:
+ async with kaleido.Kaleido(n=4, **kopts) as k:
98
for name in allNames:
99
outName = name
100
if mathjax_version == 3:
0 commit comments