Skip to content

Commit

Permalink
remove flip from the list of unimplemented functions
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermeleobas committed Jul 26, 2023
1 parent 36b9b24 commit 190ac2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rbc/tests/heavydb/test_array_api_unsupported.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def heavydb():

unsupported_functions = [
# manipulation_functions
"expand_dims", "flip", "permute_dims", "reshape", "roll", "squeeze", "stack",
"expand_dims", "permute_dims", "reshape", "roll", "squeeze", "stack",
# sorting_functions
"argsort", "sort",
# elementwise_functions
Expand Down

0 comments on commit 190ac2b

Please sign in to comment.