jgte29 / team-ernst-engel-proj03

0 stars 0 forks source link

Code review from Team George Washington Carver #2

Open tlacey17 opened 3 months ago

tlacey17 commented 3 months ago

Hi! A note I have after reviewing your code in the "master_notebook" is it doesn't look like "year_range" is defined in the third code chunk, which gives an error when I run that chunk as well as future chunks that try to use "p" or "hh_diet_adequacy". Also, assuming the "master_notebook" is supposed to have all the code from your different files, it appears incomplete as it doesn't have code from the other files. The code in the other files looks good though, looking forward to seeing your final presentation!

s-himalia-j commented 3 months ago

Thank you for your review!

Try replacing the ellipse with one of the valid year ranges, "2019-20" or "2020-21" in the code year_range = ...

As for the code from other files, the master notebook will call that code. Example: "%run demand.ipynb" calls from the demand notebook.

Please try to re-run the code with the year range inputted if you can!