Skip to content

Commit

Permalink
move v2 test to v2 dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ianna committed Oct 22, 2021
1 parent 962a47f commit 527fce8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/awkward/_v2/contents/content.py
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ def validityerror(self, path="layout"):

def purelist_parameter(self, key):
return self.Form.purelist_parameter(self, key)

def is_unique(self, axis=None):
negaxis = axis if axis is None else -axis
starts = ak._v2.index.Index64.zeros(1, self.nplike)
Expand Down
File renamed without changes.

0 comments on commit 527fce8

Please sign in to comment.