Skip to content

Commit

Permalink
layers are list not numpy array
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedh committed Jan 4, 2020
1 parent d628b90 commit f7ef33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_paths.py
Expand Up @@ -123,7 +123,7 @@ def test_poly(self):

# layers should match entity count
assert len(p.layers) == len(p.entities)
assert len(g.np.unique(p.layers)) > 1
assert len(set(p.layers)) > 1

count = len(p.entities)

Expand Down

0 comments on commit f7ef33a

Please sign in to comment.