Closed RobTheOceanographer closed 5 years ago
there is actually a second instance of this further down in this lesson that need addressing too.
Thanks for spotting this error, @RobTheOceanographer.
I've corrected both calls to xr.open_dataset
(see https://github.com/carpentrieslab/python-aos-lesson/commit/d43e966ae1aa46594a50f7014b03e6af94e75b76).
In lesson
07-vectorisation
the first call to xarray.open_dataset has a syntax error as the xarray module is imported asxr
: Changexarray.open_dataset
toxr.open_dataset
?CC: openjournals/jose-reviews#37