Skip to content

Made core library LaTeX strings raw strings to prevent bad escape warnings#143

Merged
kayhangultekin merged 2 commits into
devfrom
dev-kg-latexstrings-fixed
Jun 2, 2026
Merged

Made core library LaTeX strings raw strings to prevent bad escape warnings#143
kayhangultekin merged 2 commits into
devfrom
dev-kg-latexstrings-fixed

Conversation

@kayhangultekin
Copy link
Copy Markdown
Collaborator

Description

Mostly replaced things like:

xlabel="M_{\odot}"

with

xlabel=r"M_{\odot}"

Todos

Notable points that this PR has either accomplished or will accomplish.

  • avoid needless warnings.

@kayhangultekin kayhangultekin merged commit bfccc4a into dev Jun 2, 2026
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant