make docstring a raw string. The docstring describing the deltaE function contains several mathematical symbols with LaTeX-style syntax, causing python3.12 and newer to throw SyntaxWarning. Converting it to raw string prevents attempts to interpret the backslash character as if it were an invalid escape sequence in a C string.