Skip to content

Commit

Permalink
fix __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-br committed Feb 1, 2025
1 parent fc04a64 commit 0bcb032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion array_api_compat/common/_aliases.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ def sign(x: ndarray, /, xp, **kwargs) -> ndarray:
'linspace', 'ones', 'ones_like', 'zeros', 'zeros_like',
'UniqueAllResult', 'UniqueCountsResult', 'UniqueInverseResult',
'unique_all', 'unique_counts', 'unique_inverse', 'unique_values',
'astype', 'std', 'var', 'cumulative_sum', 'cumulative_prod','clip', 'permute_dims',
'std', 'var', 'cumulative_sum', 'cumulative_prod','clip', 'permute_dims',
'reshape', 'argsort', 'sort', 'nonzero', 'ceil', 'floor', 'trunc',
'matmul', 'matrix_transpose', 'tensordot', 'vecdot', 'isdtype',
'unstack', 'sign']

0 comments on commit 0bcb032

Please sign in to comment.