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: implement correct latex repr method name #393

Merged
merged 3 commits into from
Jan 29, 2024
Merged

FIX: implement correct latex repr method name #393

merged 3 commits into from
Jan 29, 2024

Conversation

redeboer
Copy link
Member

Closes #389

Also implements a runtime check for classes that define _latex_repr instead of _latex_repr_

@redeboer redeboer added the 🐛 Bug Something isn't working label Jan 29, 2024
@redeboer redeboer self-assigned this Jan 29, 2024
@redeboer redeboer changed the title FIX: use correct latex repr method name FIX: implement correct latex repr method name Jan 29, 2024
@redeboer redeboer enabled auto-merge (squash) January 29, 2024 11:21
@redeboer redeboer disabled auto-merge January 29, 2024 11:23
@redeboer redeboer merged commit d844d65 into main Jan 29, 2024
25 checks passed
@redeboer redeboer deleted the fix-latex branch January 29, 2024 11:31
@redeboer redeboer added this to the 0.14.9 milestone Feb 5, 2024
redeboer added a commit that referenced this pull request Feb 5, 2024
* ENH: check for `_latex_repr_` typo
* MAINT: write latex test for `InvariantMass`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LaTeX repr of certain classes is broken since v0.14.8
1 participant