8000 Remove old numpy 1.6 comment · matplotlib/matplotlib@430f789 · GitHub
[go: up one dir, main page]

Skip to content

Commit 430f789

Browse files
committed
Remove old numpy 1.6 comment
1 parent 2983fbd commit 430f789

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/category.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ def update(self, new_data):
8181
self._set_seq_locs(new_data, value)
8282

8383
def _set_seq_locs(self, data, value):
84-
# magic to make it work under np1.6
8584
strdata = np.array(data, dtype=np.unicode)
8685
# np.unique makes dateframes work
8786
new_s = [d for d in np.unique(strdata) if d not in self.seq]

0 commit comments

Comments
 (0)
0