Closed ThomasMGeo closed 2 years ago
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()
Seems that calling
X, Y, T = xc.NMME_IMD_ISMR() # load test data
does not work.