Scientific Computing with Python Projects - Arithmetic Formatter

I don’t know how to run the tests correctly, because the output appears to work but all the tests fail.

https://replit.com/@IgnacioHernan12/boilerplate-arithmetic-formatter#README.md

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

Challenge: Scientific Computing with Python Projects - Arithmetic Formatter

Link to the challenge:

They are run correctly. Output might appear to be similar to what is expected, but it’s not exactly the same.

Tests are very precise regarding what should be returned by function. Try going through them one-by-one, as single specific issue might be exposing itself in multiple tests.

1 Like

Thanks for responding. I managed to solve some tests but the arrangement tests are still failing.

The position of the problems seems right but I am not able to figure out how to solve these kinds of error messages:

To get this project right do I need to have a 100% of passed tests or is somebody going to check my code?
Thanks in advance.

Line with - indicates the expected line. Line with + indicates line returned by function.
Line starting with ? shows at what position exactly is something differing.

1 Like

Thanks for everything @sanity . :partying_face:

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.