Skip to content

Commit

Permalink
STYLE: fix math rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorov authored Jul 23, 2018
1 parent 4775ee1 commit c6a1f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions radiomics/glcm.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ def getImc1FeatureValue(self):
.. math::
\textit{IMC 1} = \frac{HXY-HXY1}{\max\{HX,HY\}}
\textit{IMC 1} = \displaystyle\frac{HXY-HXY1}{\max\{HX,HY\}}
.. note::
Expand All @@ -546,7 +546,7 @@ def getImc2FeatureValue(self):
.. math::
\textit{IMC 2} = \sqrt{1-e^{-2(HXY2-HXY)}}
\textit{IMC 2} = \displaystyle\sqrt{1-e^{-2(HXY2-HXY)}}
.. note::
Expand Down

0 comments on commit c6a1f21

Please sign in to comment.