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

added cleaner method using re to escape underscores, added cleaner te…

4156804
Select commit
Loading
Failed to load commit list.
Merged

Fix latex rendering of variables with underscore in name #7501

added cleaner method using re to escape underscores, added cleaner te…
4156804
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 15, 2024 in 0s

92.43% (+0.26%) compared to d596afb

View this Pull Request on Codecov

92.43% (+0.26%) compared to d596afb

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.43%. Comparing base (d596afb) to head (4156804).
Report is 13 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #7501      +/-   ##
==========================================
+ Coverage   92.16%   92.43%   +0.26%     
==========================================
  Files         103      103              
  Lines       17200    17109      -91     
==========================================
- Hits        15853    15814      -39     
+ Misses       1347     1295      -52     
Files with missing lines Coverage Δ
pymc/printing.py 87.41% <100.00%> (+0.43%) ⬆️

... and 19 files with indirect coverage changes