Closed hugobuddel closed 4 years ago
Importing scopesim_templates gives this warning:
scopesim_templates/utils/imf.py:317: DeprecationWarning: invalid escape sequence \p
Which happens because there is a \propto in the docstrin of IMF_broken_powerlaw. This PR makes the docstring of IMF_broken_powerlaw a raw string, which allows \p.
\propto
IMF_broken_powerlaw
\p
Importing scopesim_templates gives this warning:
Which happens because there is a
\propto
in the docstrin ofIMF_broken_powerlaw
. This PR makes the docstring ofIMF_broken_powerlaw
a raw string, which allows\p
.