You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When enabling Pytest tests on Windows, I had to disable a test named "test_save", as the save() function in grass.jupyter.timeseriesmap has a default value for font, and it isn't found on Windows.
The current solution I had is to just let Pillow use its default value for the font if none is passed. I don't know know how to see the result with it.
Describe the bug
When enabling Pytest tests on Windows, I had to disable a test named "test_save", as the save() function in grass.jupyter.timeseriesmap has a default value for font, and it isn't found on Windows.
The current solution I had is to just let Pillow use its default value for the font if none is passed. I don't know know how to see the result with it.
And adding
The code in question is
grass/python/grass/jupyter/timeseriesmap.py
Lines 316 to 360 in 04cc9ea
I'd like some help to know how to address it.
To reproduce
Expected behavior
Screenshots
System description
Additional context
The text was updated successfully, but these errors were encountered: