Skip to content

DOC: Documentation for pymc.math.concatenate refers to join which is not documented. #648

Open
@DrEntropy

Description

@DrEntropy

Issue with current documentation:

https://www.pymc.io/projects/docs/en/stable/api/generated/pymc.math.concatenate.html which is based on the docstring for pytensor.math.concatenate says :

Alias for `join`(axis, *tensor_list).

This function is similar to `join`, but uses the signature of
numpy's concatenate function.

This is not very helpful, because join is not documented as far as I can determine.

Idea or request for content:

I suggest instead that the docstring be based on the documentation at
https://pytensor.readthedocs.io/en/latest/library/tensor/basic.html#pytensor.tensor.concatenate

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions