-
Notifications
You must be signed in to change notification settings - Fork 109
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
Poisson regression tests fail #495
Comments
the first error I think I tried to fix in an existing PR you could try making this change in a PR if you like. the other failures look a bit worry some and I can't really say why they're happening |
Do the second, third... sixth failures happen on your machine too? Or is it a problem local to mine? |
testing on Linux with python3.9 I do not see any of these test failures besides the |
I've made a PR with some small updates and there are some other random tests failing this seems pretty consistent across operating systems, I would guess there was some change in 3rd party code which we did not account for see: https://github.com/X-DataInitiative/tick/actions/runs/3604079340/jobs/6073036140 |
Hi @PhilipDeegan
When I run
python setup.py build_ext --inplace pytest
, I get 5 failures and 1 error: please see below.Could you please explain why this is happening? Can I simply ignore those failures if I want to open a PR? I only intend to contribute to
tick.hawkes
and not totick.linear_model
.The text was updated successfully, but these errors were encountered: