Issue on page /tutorials/W0D2_PythonWorkshop2/student/W0D2_Tutorial1.html #116
Labels
Code-improvement
Something is not working as expected, but does not prevent the correct execution
typos
Typos in the text that do not affect the code
In the Python refresher 2 (W0D2_Tutorial1), in the part 'Coding Exercise 1: Plotting a histogram', the Markdown cell asks to 'Plot an histogram of J=50 bins of N=10000 realizations of V(t) for t=tmax/10 and t=tmax.'
However in the Python code, nbins = 32. And the solution gives a histogram that corresponds to using nbins = 32, not nbins =50.
Two solutions:
OR
The text was updated successfully, but these errors were encountered: