Commit 56ef82a
fix(tests): write_text encoding='utf-8' for Windows CI (χ² in report)
Windows cp1252 default codec cannot encode U+03C7 (χ) emitted by
rpt.to_markdown()/to_latex(). Linux/macOS default to UTF-8 so the bug
was silent there. Explicit encoding='utf-8' fixes the smoke test on
windows-latest × py3.11/3.12.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 6b2fdd3 commit 56ef82a
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments