Open claudio-ICL opened 1 year ago
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 roc_auc_score
issue, which I will fix shortly in a small PR
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
.