Need help with my PR #9028
|
Hello. I'm new to open source and have made my first contribution to this repo. Can anyone tell me why my PR #9027 is failing the tests?. At first I thought it was because I directly pushed the commits to the master branch, but the build (pull_request) test is still failing after creating a separate branch. Thanks! |
Answered by
tianyizheng02
Sep 4, 2023
Replies: 1 comment
|
If you click on "Details" for the build, you can read through the build logs and find the following: As you can see, it's a minor formatting issue in your doctest. The doctest returns the numpy array as In the future, please keep discussions about PRs within the PRs themselves. |
0 replies
Answer selected by
tianyizheng02
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you click on "Details" for the build, you can read through the build logs and find the following: