-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Description
Issue with current documentation:
There are several occurrences of pytensor-devs
in our docstrings. This was probably due to #6365 and some instances were overlooked.
Line 118 in 7b08fc1
# once https://github.com/pytensor-devs/pytensor/issues/637 is fixed. |
pymc/pymc/logprob/rewriting.py
Line 421 in 7b08fc1
would. See https://github.com/pytensor-devs/aeppl/pull/78. |
pymc/pymc/distributions/shape_utils.py
Line 410 in 7b08fc1
# specify_shape has a wrong signature https://github.com/pytensor-devs/pytensor/issues/1164 |
"In this notebook we want to give an introduction of how PyMC models translate to PyTensor graphs. The purpose is not to give a detailed description of all [`pytensor`](https://github.com/pytensor-devs/pytensor)'s capabilities but rather focus on the main concepts to understand its connection with PyMC. For a more detailed description of the project please refer to the official documentation." |
pymc/tests/sampling/test_jax.py
Line 137 in 7b08fc1
# be removed once https://github.com/pytensor-devs/pytensor/issues/637 is sorted. |
pymc/tests/distributions/test_distribution.py
Line 695 in 7b08fc1
sys.platform == "win32", reason="https://github.com/pytensor-devs/pytensor/issues/871" |
Idea or request for content:
All occurrences point to issues from Aesara and/or AePPL. The links should be rectified to the original issues that they refer to, unless we want to remove these altogether.