Skip to content

Commit

Permalink
Edited the functions
Browse files Browse the repository at this point in the history
  • Loading branch information
RakshitKumar04 committed Apr 8, 2023
1 parent 9c77366 commit 821e443
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def test_numpy_real(
dtype_and_x=helpers.dtype_and_values(
available_dtypes=helpers.get_dtypes("real_and_complex")
),
test_with_out=st.just(False),
number_positional_args=np_frontend_helpers.get_num_positional_args_ufunc(
fn_name="conj"
),
Expand All @@ -107,5 +108,6 @@ def test_numpy_conj(
test_flags=test_flags,
fn_tree=fn_tree,
on_device=on_device,
frontend=frontend,
x=x[0],
)

0 comments on commit 821e443

Please sign in to comment.