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

problem with tests run by AppVeyor #51

Closed
Vincent-AC opened this issue May 15, 2020 · 2 comments
Closed

problem with tests run by AppVeyor #51

Vincent-AC opened this issue May 15, 2020 · 2 comments

Comments

@Vincent-AC
Copy link
Contributor

Hello,

I recently issued a pull request with minor updates to the code written to enable parallelisation of poped_optim with mrgsolve models, and the automatic tests ran by appveyor failed.
After a bit of investigation it is due to the test called "ed_laplace_ofv works", where the following command fails when ran by AppVeyor :
expect_warning(expect_error(poped_optim(poped_db,opt_xt=T,parallel = T, d_switch=0,use_laplace=T)))

However when I download the archive with the tests and ran them locally, the code runs correctly (meaning that I get an error and a warning by the poped_optim function).

I do not know enough about these automated tests to propose a fix, but thought I would let you know anyways !

@andrewhooker
Copy link
Owner

Hi Vincent,

I appreciate you sending the pull request! I will take a look at the request in the next day or two, I'm sure the appveyor thing is fixable without too much effort.

@andrewhooker
Copy link
Owner

Fixed now.

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