Skip to content

Commit a34397b

Browse files
updated font style as "serif"
1 parent db15469 commit a34397b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mne/viz/backends/tests/test_renderer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def test_3d_backend(renderer):
170170
justification="right",
171171
)
172172
# test font_file passthrough with a real font from matplotlib
173-
font_path = findfont(prop={})
173+
font_path = findfont("serif")
174174
rend.text2d(
175175
x_window=txt_x + 0.1,
176176
y_window=txt_y + 0.1,

0 commit comments

Comments
 (0)