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

pykrige.test.TestRegressionKrige times out #62

Closed
rth opened this issue Jun 29, 2017 · 2 comments
Closed

pykrige.test.TestRegressionKrige times out #62

rth opened this issue Jun 29, 2017 · 2 comments
Assignees
Labels

Comments

@rth
Copy link
Contributor

rth commented Jun 29, 2017

Travis CI occasionally fails because pykrige.test.TestRegressionKrige takes more than 10min to run (maximum allowed time). This seems to happen randomly, on other occasions in completes within seconds: see e.g. #61 where one Travis CI job passed, the other failed.

I think the problem is that sometimes the test fails to download the test dataset with fetch_california_housing in https://github.com/bsmurphy/PyKrige/blob/master/pykrige/test.py#L1726 . In any case it might be a good idea to replace this with a built-in dataset that doesn't require to be downloaded.

cc @basaks

@basaks
Copy link
Collaborator

basaks commented Jul 4, 2017

@rth I need a bit more time to check this out.
You are right in saying that may be we can keep a small copy of the data in this repo for these tests.

@MuellerSeb
Copy link
Member

Is working fine with #131 . Feel free to re-open if I am wrong.

@MuellerSeb MuellerSeb self-assigned this Jan 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants