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

NMME_IMD_ISMR dataset #33

Closed
ThomasMGeo opened this issue Aug 12, 2022 · 1 comment
Closed

NMME_IMD_ISMR dataset #33

ThomasMGeo opened this issue Aug 12, 2022 · 1 comment

Comments

@ThomasMGeo
Copy link
Contributor

Seems that calling

X, Y, T = xc.NMME_IMD_ISMR() # load test data

does not work.

@kjhall01
Copy link
Owner

This function has been renamed to xc.load_sample_data() in version 0.5.7- I’ll be updating the docs soon! Thanks for the heads up.

Note that this function returns a tuple which can be unpacked into separate variables like this:

X,Y,T = xc.load_sample_data()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants