8000 Merge pull request #17359 from QuLogic/fix-tri-test · matplotlib/matplotlib@b5d4a6c · GitHub
[go: up one dir, main page]

Skip to content

Commit b5d4a6c

Browse files
authored
Merge pull request #17359 from QuLogic/fix-tri-test
2 parents dec272c + b672f68 commit b5d4a6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/tests/test_triangulation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,6 +1031,7 @@ def test_tricontourf_decreasing_levels():
10311031

10321032
def test_internal_cpp_api():
10331033
# Following github issue 8197.
1034+
from matplotlib import _tri # noqa: ensure lazy-loaded module *is* loaded.
10341035

10351036
# C++ Triangulation.
10361037
with pytest.raises(

0 commit comments

Comments
 (0)
0