Skip to content

Commit 5cda298

Browse files
committed
set n=4 for kaleido
1 parent 87df186 commit 5cda298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/image/make_baseline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ async def make_baselines_async():
9494
if mathjax is not None:
9595
kopts['mathjax'] = mathjax
9696

97-
async with kaleido.Kaleido(n=1, **kopts) as k:
97+
async with kaleido.Kaleido(n=4, **kopts) as k:
9898
for name in allNames:
9999
outName = name
100100
if mathjax_version == 3:

0 commit comments

Comments
 (0)