can anyone tell me why i fail the automated tests pull request #8933 #8934
-
I have recently started contributing to GitHub so I don't how the automated test works so I don't know what error or problem is that it fails to merge |
Beta Was this translation helpful? Give feedback.
Answered by
tianyizheng02
Aug 8, 2023
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tianyizheng02
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can click on "Details" to see why an automated test is failing.
In short, ruff is failing because we recently updated it to a newer version, and that caused ruff to suddenly consider many things wrong that wasn't considered wrong before. You're not at fault here, and these ruff errors will be fixed in a future PR.
The build is failing because one of your changes caused a unit test to fail, meaning that your change caused a function to produce the wrong output. You'll need to fix this.