empa-scientific-it / python-tutorial

Material for a Jupyter-based Python tutorial
MIT License
30 stars 9 forks source link

Errors found in the `functions` notebook #237

Open despadam opened 4 months ago

baffelli commented 4 months ago

The exercise on converting units is using the wrong factor (10) instead of 1/10 to convert mm to cm.

baffelli commented 4 months ago

In the text we ask people to wirite a function called greet while the solution is called solution_greet

despadam commented 4 months ago

solution_summing_anything will sometimes fail on the third test even if we copy-paste the reference solution to it

despadam commented 4 months ago

The exercise on unit conversion tests for inches in the last test, even though this is not specified in the description