Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c42441a + 0acd168 commit 9bfc97bCopy full SHA for 9bfc97b
1 file changed
lib/matplotlib/tests/test_transforms.py
@@ -4,14 +4,15 @@
4
from matplotlib.transforms import Affine2D, BlendedGenericTransform
5
from matplotlib.path import Path
6
from matplotlib.scale import LogScale
7
+from matplotlib.testing.decorators import cleanup
8
import numpy as np
9
10
import matplotlib.transforms as mtrans
11
import matplotlib.pyplot as plt
12
13
14
-
15
+@cleanup
16
def test_non_affine_caching():
17
class AssertingNonAffineTransform(mtrans.Transform):
18
"""
0 commit comments