You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Throughout the tardis codebase, we have multiple LATEX strings which are written as simple strings - they should be converted to raw strings so that we don't need to write double \\.
Throughout the tardis codebase, we have multiple LATEX strings which are written as simple strings - they should be converted to raw strings so that we don't need to write double
\\
.For e.g.:
tardis/tardis/plasma/properties/general.py
Lines 40 to 42 in e8ab660
Pointers
Search such latex strings throughout the tardis codebase and fix them - they'll be mostly values assigned to
latex_name
,latex_formula
, etc.The text was updated successfully, but these errors were encountered: