datacarpentry / python-ecology-lesson

Data Analysis and Visualization in Python for Ecologists
https://datacarpentry.org/python-ecology-lesson
Other
160 stars 310 forks source link

Fix typo that shows a wrong value of the `number` variable. #420

Closed ielis closed 4 years ago

ielis commented 4 years ago

There is a typo/error within the file. The value of the number variable is set to 42 on line 84. However, the line 151 shows 11 instead of 42. This might be confusing to people/instructors.

maxim-belkin commented 4 years ago

Thanks, Daniel!

maxim-belkin commented 4 years ago

The bug was introduced in #412 when we switched from using (hard-coded) numbers to variables.