Ricardo Vieira
Ricardo Vieira
Anything that makes it more useful sounds good from my part
Thanks @gmarkall that sounds about right
The theano devs seem to agree this was a design mistake: https://github.com/Theano/Theano/issues/3506 `destroy_map` should just be a list of which inputs are destroyed. It can be combined with `view_map` to...
@itamarst I wonder if you could help us out at [PyTensor](https://github.com/pymc-devs/pytensor) We're a computational graph library that compiles to different backends, one of which is numba. It would be very...
Gotta play a bit more to get a hang of it. Noticed we have to add a `.py` extension to our temporary files for them to be picked up :)
I hacked it to my benefit, to ignore.py files but consider the tmp files without py extension that we are using internally: ``` /tmp/tmpntcc5rxg (lines 5 to 20): 9.6% |...
> Add a test for the `logcdf`? I did... it's in the Censored. Since there is no Categorical scipy distribution, I would just be comparing two implementations written by me?
Ah, I tested the logp... hmm okay okay
No this isn't solved. You can try by opening a PR that undoes this commit https://github.com/pymc-devs/pymc/commit/360cb6edde9ccba306c0e046d9576c936fa4e571 and the CI should fail
We can put in init as long as imports work in a way that jax is still optional for Pytensor users (obviously calling the decorator can raise if it's not...