Skip to content

Commit

Permalink
Update test_ndarray.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PushpamJha14 authored Aug 28, 2023
1 parent 23a4c41 commit 36555e3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3675,8 +3675,8 @@ def test_numpy_ndarray_round(
),
keepdims=st.booleans(),
where=np_frontend_helpers.where(),
dtype=helpers.get_dtypes(kind="integer")
ddof=0
dtype=helpers.get_dtypes(kind="integer"),
ddof=0,
)
def test_numpy_ndarray_var(
dtype_x_axis,
Expand Down

0 comments on commit 36555e3

Please sign in to comment.