Skip to content

Commit

Permalink
fix DeprecationWarning: invalid escape sequence '\i' warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammy2211 committed Mar 24, 2024
1 parent 987e490 commit a19357a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autofit/messages/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ class AbstractDensityTransform(ABC):
This class allows the transformation of a probability density function, p(x)
whilst preserving the measure of the distribution, i.e.
\int p(x) dx = 1
int p(x) dx = 1
p'(f) = p(f(x)) * |df/dx|
\inf p'(f) df = 1
inf p'(f) df = 1
Methods
-------
Expand Down

0 comments on commit a19357a

Please sign in to comment.