Ben Mares
Ben Mares
I think the error may be fixed here: https://github.com/pymc-devs/pytensor/pull/678
~Ah ya, thanks, that's the one!~ (Wrong PR)
Ok, rebased.
That's weird, maybe it needs to be rerun?  I still find GH's UI here weird. I can't find a rerun button for that task. Maybe I need to wait...
Just started the rerun. Any idea why I can't view logs (see screenshot)? Is this a GH outage?
Viewing the CI logs is still really flaky for me, but somehow I was able to get a glimpse of: ``` _________________ ERROR collecting tests/sampling/test_jax.py __________________ tests/sampling/test_jax.py:30: in from numpyro.infer...
Regarding `scipy.linalg.tril`, see : > **Deprecated since version 1.11.0**: [`tril`](https://docs.scipy.org/doc/scipy-1.11.4/reference/generated/scipy.linalg.tril.html#scipy.linalg.tril) is deprecated in favour of [`numpy.tril`](https://numpy.org/devdocs/reference/generated/numpy.tril.html#numpy.tril) and will be removed in SciPy 1.13.0.
> Yeah, you can only rerun failed runs once everything is done @ricardoV94, here I at least have a "Re-run" link, even though it doesn't appear to have actually triggered...
@ricardoV94, it seems to me like we're missing these upstream macos failures since the PyTensor test suite doesn't run on macos. Any particular reason it's absent? Seems like it would...
Works fine for me too: ```bash $ docker run --rm -it -v "$(pwd):/tmp" --user $UID:$GID mambaorg/micromamba:1.5.6 /bin/bash (base) I have no name!@9b2eefcffcd4:/tmp$ touch test && ls test ```