Skip to content

Commit 66da89d

Browse files
authored
Merge pull request #216 from m-rossi/testing_windows
Fix for testing on windows
2 parents dcf1191 + 45fcbaa commit 66da89d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def __init__(self, fig):
5050
\\pgfplotsset{compat=newest}
5151
\\begin{document}
5252
\\input{%s}
53-
\\end{document}''' % tikz_file
53+
\\end{document}''' % tikz_file.replace('\\', '/')
5454
tex_file = tmp_base + '.tex'
5555
with open(tex_file, 'w') as f:
5656
f.write(wrapper)

0 commit comments

Comments
 (0)