Skip to content

Commit

Permalink
function name correction in unique_values.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ohrechykha committed Jul 13, 2024
1 parent f40dc74 commit f7753cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unique_values.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import awkward as ak
import ragged

def unique_values1d(arr):
def unique_values(arr):
if not isinstance(arr, ragged.array):
print("Input is not a ragged array")

Expand Down

0 comments on commit f7753cb

Please sign in to comment.