We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seems that calling
X, Y, T = xc.NMME_IMD_ISMR() # load test data
does not work.
The text was updated successfully, but these errors were encountered:
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()
Sorry, something went wrong.
No branches or pull requests
Seems that calling
X, Y, T = xc.NMME_IMD_ISMR() # load test data
does not work.
The text was updated successfully, but these errors were encountered: