Skip to content

Commit

Permalink
fix: fix 3035 doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
terryyz committed May 3, 2024
1 parent b6957ea commit 2c70ced
Show file tree
Hide file tree
Showing 4 changed files with 710 additions and 716 deletions.
6 changes: 2 additions & 4 deletions data/clean/f_3035_hanhu.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ def f_3037(x):
Examples:
>>> X = np.linspace(-10, 10, 1000)
>>> result = f_3037(X)
>>> result is None
True
>>> f_3037(np.linspace(-5, 5, 500)) is None # Test with a different range
True
>>> result[0]
(7.69459862670642e-23+3.037941424911643e-09j)
"""

# Type check for x and y
Expand Down
Loading

0 comments on commit 2c70ced

Please sign in to comment.