Greetings, all.
Locally I get this test failure:
pdftops.pdf2eps > should convert pdf to eps
not ok min pdf file size
at:
line: 25
column: 11
file: test/unit/pdftops_test.js
type: global
function: fs.writeFile
stack: |
fs.writeFile (test/unit/pdftops_test.js:25:11)
source: |
t.ok(size > 1e5, 'min pdf file size')
On my machine, size is 93,248, just shy of 1e5.
I am happy to fix this (by changing 1e5 to 1e4), and just as happy to ignore it. Direct me as you see fit.
I raise this issue on the chance that my local machine is behaving badly in some subtle way. If this looks worrisome for some reason, let me know.
James
Greetings, all.
Locally I get this test failure:
On my machine,
sizeis 93,248, just shy of1e5.I am happy to fix this (by changing
1e5to1e4), and just as happy to ignore it. Direct me as you see fit.I raise this issue on the chance that my local machine is behaving badly in some subtle way. If this looks worrisome for some reason, let me know.
James