aesara-devs / aesara

Aesara is a Python library for defining, optimizing, and efficiently evaluating mathematical expressions involving multi-dimensional arrays.
https://aesara.readthedocs.io
Other
1.17k stars 156 forks source link

Adjust `RandomTypeSharedVariable.__str__` #1481

Closed brandonwillard closed 1 year ago

brandonwillard commented 1 year ago

This PR fixes the string representation of RandomTypeSharedVariable so that it only displays the class name.