Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JOSE] xarray module is imported as xr but tied to call as xarray #23

Closed
RobTheOceanographer opened this issue Dec 5, 2018 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@RobTheOceanographer
Copy link

In lesson 07-vectorisation the first call to xarray.open_dataset has a syntax error as the xarray module is imported as xr:
Change xarray.open_dataset to xr.open_dataset ?

CC: openjournals/jose-reviews#37

@RobTheOceanographer
Copy link
Author

there is actually a second instance of this further down in this lesson that need addressing too.

@DamienIrving
Copy link
Collaborator

Thanks for spotting this error, @RobTheOceanographer.

I've corrected both calls to xr.open_dataset (see carpentrieslab/python-aos-lesson@d43e966).

@DamienIrving DamienIrving self-assigned this Dec 6, 2018
@DamienIrving DamienIrving added the bug Something isn't working label Dec 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants