Skip to content

Commit 784166f

Browse files
committed
fix latex rule
1 parent d63cd21 commit 784166f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/metrax/audio_metrics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ class SNR(base.Average):
3232
3333
.. math::
3434
35-
SNR_{dB} = 10 \\cdot \\log_{10} \\left( \\frac{P_{signal}}{P_{noise}}
36-
\\right)
35+
SNR_{dB} = 10 \cdot \log_{10} \left( \frac{P_{signal}}{P_{noise}}
36+
\right)
3737
3838
Where:
3939
- :math:`P_{signal}` is the power of the ground truth signal (`target`).

0 commit comments

Comments
 (0)