Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix latex rendering of variables with underscore in name #7501

Merged
merged 4 commits into from
Sep 16, 2024

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    b284be1 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    753082f View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. add underscore escape fix to distribution repr as well as model repr,…

    … fixed testing to expect underscores in LaTeX representation to be escaped
    Dekermanjian committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    67383c5 View commit details
    Browse the repository at this point in the history
  2. added cleaner method using re to escape underscores, added cleaner te…

    …st to assert underscores are escaped
    Dekermanjian committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    4156804 View commit details
    Browse the repository at this point in the history