aachar5 / 3rdassignment

0 stars 0 forks source link

Issue adding cyclic point #3

Closed Prukutu closed 1 year ago

Prukutu commented 1 year ago

It seems there is an issue with how you entered the longitude data to the add_cyclic_point function. You can start looking into this by seeing ifcomp_temp[i]['longitude'] returns an actual array of longitudes or if it returns something else.

aachar5 commented 1 year ago

I have addressed and corrected it in the new file I added, https://github.com/aachar5/3rdassignment/blob/main/finalassignment.ipynb

Prukutu commented 1 year ago

Great! The issue is solved, so closing it.