mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 06:52:56 +00:00
Move matplotlib tests to specific folder
This commit is contained in:
@@ -35,7 +35,7 @@ def test_matplotlib(
|
|||||||
- Test that matplotlib is able to plot a graph and write it as an image
|
- Test that matplotlib is able to plot a graph and write it as an image
|
||||||
- Test matplotlib latex fonts, which depend on the cm-super package
|
- Test matplotlib latex fonts, which depend on the cm-super package
|
||||||
"""
|
"""
|
||||||
host_data_dir = THIS_DIR / "data"
|
host_data_dir = THIS_DIR / "data/matplotlib"
|
||||||
cont_data_dir = "/home/jovyan/data"
|
cont_data_dir = "/home/jovyan/data"
|
||||||
output_dir = "/tmp"
|
output_dir = "/tmp"
|
||||||
LOGGER.info(description)
|
LOGGER.info(description)
|
||||||
|
Reference in New Issue
Block a user