mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-08-06 14:19:52 +08:00
chore(tests): improve test coverage (#220)
* chore(tests): improve test coverage * chore(ci): fix display connection for manimgl * chore(ci): same but for code coverage
This commit is contained in:
@ -51,8 +51,8 @@ MANIMGL_IMPORTED = MANIMGL_PACKAGE_NAME in sys.modules
|
||||
if MANIM_IMPORTED and MANIMGL_IMPORTED:
|
||||
from manim import logger
|
||||
|
||||
logger.warn(
|
||||
"Both manim and manimgl are installed, therefore `manim-slide` needs to know which one to use. Please only import one of the two modules so that `manim-slide` knows which one to use. Here, manim is used by default"
|
||||
logger.warning(
|
||||
"Both manim and manimgl are imported, therefore `manim-slide` needs to know which one to use. Please only import one of the two modules so that `manim-slide` knows which one to use. Here, manim is used by default"
|
||||
)
|
||||
MANIM = True
|
||||
MANIMGL = False
|
||||
|
Reference in New Issue
Block a user