Commit 40cab0a
committed
Remove strict parameter from zip where lengths can differ
The comment explicitly states that 'unique and colors length can be
differed depending on slice value', so strict=True should not be used
in this zip() call as it would raise ValueError when lengths don't match.
Fixes test failures in plotting tests.1 parent 78bc88c commit 40cab0a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
0 commit comments