ese-msc / introduction-to-python

"Introduction to Python" course for future Imperial College London MSc students
BSD 3-Clause "New" or "Revised" License
75 stars 94 forks source link

Confusion with Exercise 3.7 #57

Closed acse-ld823 closed 1 year ago

acse-ld823 commented 1 year ago

I find the minimum data and maximum data here and print them out. They are exactly the number that I need but I am not sure why the pybryt test failed. They are exactly the numbers that are used in the assert test. p1 p2

marijanbeg commented 1 year ago

Hi @acse-17b3c37e, Due to the limitations of PyBryt, we cannot provide multiple reference solutions and ensure the feedback remains understandable. Therefore, sometimes PyBryt will complain about your solution even if it is correct. So, if the assert statements do not raise errors, your solution is most probably correct.

acse-ld823 commented 1 year ago

Thanks for your explanation~