Skip to content

Commit

Permalink
fix: Fixed wrong key-word arguments when calling the function `helper…
Browse files Browse the repository at this point in the history
…s.dtype_and_values()` (#27238)
  • Loading branch information
Sai-Suraj-27 authored Nov 10, 2023
1 parent 568653a commit 722b911
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def _either_x_dx(draw):
if rand == 0:
either_x_dx = draw(
helpers.dtype_and_values(
avaliable_dtypes=st.shared(
available_dtypes=st.shared(
helpers.get_dtypes("float"), key="trapz_dtype"
),
min_value=-100,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def _either_x_dx(draw):
if rand == 0:
either_x_dx = draw(
helpers.dtype_and_values(
avaliable_dtypes=st.shared(
available_dtypes=st.shared(
helpers.get_dtypes("float"), key="trapz_dtype"
),
min_value=-100,
Expand Down

0 comments on commit 722b911

Please sign in to comment.