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.
1 parent b8c9395 commit 20adce5Copy full SHA for 20adce5
1 file changed
lib/matplotlib/tests/test_units.py
@@ -1,6 +1,7 @@
1
import matplotlib.pyplot as plt
2
import matplotlib.units as munits
3
import numpy as np
4
+from matplotlib.testing.decorators import cleanup
5
6
try:
7
# mock in python 3.3+
@@ -11,6 +12,7 @@
11
12
13
# Tests that the conversion machinery works properly for classes that
14
# work as a facade over numpy arrays (like pint)
15
+@cleanup
16
def test_numpy_facade():
17
# Basic class that wraps numpy array and has units
18
class Quantity(object):
0 commit comments