Skip to content

Commit

Permalink
Fix that one NotImplementedError.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Mar 3, 2022
1 parent 94ce51c commit f962184
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# @ak._v2._connect.numpy.implements("broadcast_arrays")
def broadcast_arrays(*arrays, **kwargs):
raise NotImplementedError()
raise ak._v2._util.error(NotImplementedError)


# """
Expand Down

0 comments on commit f962184

Please sign in to comment.