Fix tests · matplotlib/matplotlib@d8a0175 · GitHub
Skip to content

Commit d8a0175

Browse files
committed
Fix tests
1 parent 116588c commit d8a0175

3 files changed

Lines changed: 2 additions & 24 deletions

File tree

lib/matplotlib/collections.py

Lines changed: 1 addition & 1 deletion

lib/matplotlib/path.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class Path:
7676
"""
7777
__slots__ = ('_vertices', '_codes', '_readonly',
7878
'_should_simplify', '_simplify_threshold',
79-
'_interpolation_steps')
79+
'_interpolation_steps', '__weakref__')
8080

8181
code_type = np.uint8
8282
verts_type = float

lib/matplotlib/tests/test_transforms.py

Lines changed: 0 additions & 22 deletions

0 commit comments

Comments
 (0)