Ricardo Vieira
Ricardo Vieira
## Description This PR fixes issues related to Minibatch indexing reported in https://discourse.pymc.io/t/warning-using-minibatch-and-censored-together-rng-variable-has-shared-clients/14943 and extends the MinibatchRV functionality for derived RVs. Minibatch value variables are uniquely tricky because they are...
### Description @aseyboldt gave a nice explanation here that we could probably integrate in the docstrings: https://github.com/pyro-ppl/numpyro/pull/1751#issuecomment-1980569811
```python py.test-benchmark Traceback (most recent call last): File "/home/.../bin/py.test-benchmark", line 8, in sys.exit(main()) ^^^^^^ File "/home/.../lib/python3.12/site-packages/pytest_benchmark/cli.py", line 143, in main hook = HookDispatch(mode=args.importmode, root=pathlib.Path('.')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/.../lib/python3.12/site-packages/pytest_benchmark/cli.py", line 125, in...
When we introduced pre-commit.ci we should have disabled the other one? Can someone double check?
https://github.com/pymc-devs/pytensor/blob/47478e699ca872e1ad7c094594c46b6e86b596e0/pytensor/configdefaults.py#L352 I get the following `E DeprecationWarning: Use shutil.which instead of find_executable`
### Description We improvement in the static shape output of Subtensor many of these tests (maybe all) no longer fail (they XPASS). We should remove the mark.
### Description This allows using the more efficient x[indices] += y, instead of np.add.at(x, indices, y)